Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 476 Bytes

File metadata and controls

22 lines (16 loc) · 476 Bytes

FastCommentsClient::GetTicketResponse

Properties

Name Type Description Notes
status APIStatus
ticket APITicketDetail
available_states Array<Float>

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetTicketResponse.new(
  status: null,
  ticket: null,
  available_states: null
)