Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 432 Bytes

File metadata and controls

20 lines (14 loc) · 432 Bytes

FastCommentsClient::CreateQuestionConfigResponse

Properties

Name Type Description Notes
status APIStatus
question_config QuestionConfig

Example

require 'fastcomments-client'

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