class CrvApiClient::Api::Reproduction::SpecificRequestLivestockLocationType

{ICARAggregateBusinessInformationEntity:1}SpecificRequestLivestockLocationType

ticketRequest - CrvApiClient::Api::Reproduction::TicketRequestType
livestockLocation - CrvApiClient::Api::Reproduction::LivestockLocationType
updateLivestockLocationrequestZipMessage - CrvApiClient::Api::Reproduction::ZipMessageType

Attributes

livestockLocation[RW]
ticketRequest[RW]
updateLivestockLocationrequestZipMessage[RW]

Public Class Methods

new(ticketRequest = nil, livestockLocation = nil, updateLivestockLocationrequestZipMessage = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3075
def initialize(ticketRequest = nil, livestockLocation = nil, updateLivestockLocationrequestZipMessage = nil)
  @ticketRequest = ticketRequest
  @livestockLocation = livestockLocation
  @updateLivestockLocationrequestZipMessage = updateLivestockLocationrequestZipMessage
end