class CrvApiClient::Api::Reproduction::TicketResponseType

{ICARAggregateBusinessInformationEntity:1}TicketResponseType

ticketID - CrvApiClient::Api::Reproduction::IDType
notBefore - (any)

Attributes

notBefore[RW]
ticketID[RW]

Public Class Methods

new(ticketID = nil, notBefore = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3143
def initialize(ticketID = nil, notBefore = nil)
  @ticketID = ticketID
  @notBefore = notBefore
end