Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 443 Bytes

File metadata and controls

20 lines (14 loc) · 443 Bytes

FastCommentsClient::GetQuestionResultsResponse

Properties

Name Type Description Notes
status APIStatus
question_results Array<QuestionResult>

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetQuestionResultsResponse.new(
  status: null,
  question_results: null
)