Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 432 Bytes

File metadata and controls

20 lines (14 loc) · 432 Bytes

FastCommentsClient::CreateQuestionResultResponse

Properties

Name Type Description Notes
status APIStatus
question_result QuestionResult

Example

require 'fastcomments-client'

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