Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 426 Bytes

File metadata and controls

20 lines (14 loc) · 426 Bytes

FastCommentsClient::GetQuestionResultResponse

Properties

Name Type Description Notes
status APIStatus
question_result QuestionResult

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetQuestionResultResponse.new(
  status: null,
  question_result: null
)