class CrvApiClient::Api::Reproduction::HerdListMessageType

{ICARAggregateBusinessInformationEntity:1}HerdListMessageType

location - CrvApiClient::Api::Reproduction::LivestockLocationType
herdListAnimalDescription - CrvApiClient::Api::Reproduction::HerdListLineType

Attributes

herdListAnimalDescription[RW]
location[RW]

Public Class Methods

new(location = nil, herdListAnimalDescription = []) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3360
def initialize(location = nil, herdListAnimalDescription = [])
  @location = location
  @herdListAnimalDescription = herdListAnimalDescription
end