Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 426 Bytes

File metadata and controls

20 lines (14 loc) · 426 Bytes

FastCommentsClient::GetQuestionConfigResponse

Properties

Name Type Description Notes
status APIStatus
question_config QuestionConfig

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetQuestionConfigResponse.new(
  status: null,
  question_config: null
)