Class: CrvApiClient::Api::Reproduction::HerdWeightCategory

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/reproduction/reproduction.rb

Overview

/herdWeightCategory

categoryCd - SOAP::SOAPString
avgNoAnimals - (any)
avgWeightAnimals - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(categoryCd = nil, avgNoAnimals = nil, avgWeightAnimals = nil) ⇒ HerdWeightCategory

Returns a new instance of HerdWeightCategory.



1711
1712
1713
1714
1715
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1711

def initialize(categoryCd = nil, avgNoAnimals = nil, avgWeightAnimals = nil)
  @categoryCd = categoryCd
  @avgNoAnimals = avgNoAnimals
  @avgWeightAnimals = avgWeightAnimals
end

Instance Attribute Details

#avgNoAnimalsObject

Returns the value of attribute avgNoAnimals.



1708
1709
1710
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1708

def avgNoAnimals
  @avgNoAnimals
end

#avgWeightAnimalsObject

Returns the value of attribute avgWeightAnimals.



1709
1710
1711
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1709

def avgWeightAnimals
  @avgWeightAnimals
end

#categoryCdObject

Returns the value of attribute categoryCd.



1707
1708
1709
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1707

def categoryCd
  @categoryCd
end