Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 411 Bytes

File metadata and controls

20 lines (14 loc) · 411 Bytes

FastCommentsClient::APIGetCommentsResponse

Properties

Name Type Description Notes
status APIStatus
comments Array<APIComment>

Example

require 'fastcomments-client'

instance = FastCommentsClient::APIGetCommentsResponse.new(
  status: null,
  comments: null
)