Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 397 Bytes

File metadata and controls

20 lines (14 loc) · 397 Bytes

FastCommentsClient::QuestionDatum

Properties

Name Type Description Notes
v Hash<String, Float> Construct a type with a set of properties K of type T
total Integer

Example

require 'fastcomments-client'

instance = FastCommentsClient::QuestionDatum.new(
  v: null,
  total: null
)