class CrvApiClient::Api::Reproduction::TicketRequestType
{ICARAggregateBusinessInformationEntity:1}TicketRequestType
ticketID - CrvApiClient::Api::Reproduction::IDType
Attributes
ticketID[RW]
Public Class Methods
new(ticketID = nil)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3154 def initialize(ticketID = nil) @ticketID = ticketID end