Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 500 Bytes

File metadata and controls

24 lines (18 loc) · 500 Bytes

FastCommentsClient::GetPagesAPIResponse

Properties

Name Type Description Notes
reason String [optional]
code String [optional]
pages Array<APIPage> [optional]
status String

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetPagesAPIResponse.new(
  reason: null,
  code: null,
  pages: null,
  status: null
)