class CrvApiClient::Api::Reproduction::UpdateLivestockLocationRequestType
{ICARAggregateBusinessInformationEntity:1}UpdateLivestockLocationRequestType
messageHeader - CrvApiClient::Api::Reproduction::ADEExchangedDocumentType standardRequest - CrvApiClient::Api::Reproduction::StandardRequestType specificRequestLivestockLocation - CrvApiClient::Api::Reproduction::SpecificRequestLivestockLocationType
Attributes
messageHeader[RW]
specificRequestLivestockLocation[RW]
standardRequest[RW]
Public Class Methods
new(messageHeader = nil, standardRequest = nil, specificRequestLivestockLocation = nil)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 2891 def initialize(messageHeader = nil, standardRequest = nil, specificRequestLivestockLocation = nil) @messageHeader = messageHeader @standardRequest = standardRequest @specificRequestLivestockLocation = specificRequestLivestockLocation end