Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 399 Bytes

File metadata and controls

20 lines (14 loc) · 399 Bytes

FastCommentsClient::GetTicketsResponse

Properties

Name Type Description Notes
status APIStatus
tickets Array<APITicket>

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetTicketsResponse.new(
  status: null,
  tickets: null
)