Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 443 Bytes

File metadata and controls

20 lines (14 loc) · 443 Bytes

FastCommentsClient::GetQuestionConfigsResponse

Properties

Name Type Description Notes
status APIStatus
question_configs Array<QuestionConfig>

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetQuestionConfigsResponse.new(
  status: null,
  question_configs: null
)