Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 398 Bytes

File metadata and controls

20 lines (14 loc) · 398 Bytes

FastCommentsClient::ChangeTicketStateResponse

Properties

Name Type Description Notes
status APIStatus
ticket APITicket

Example

require 'fastcomments-client'

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