Class: CrvApiClient::Api::Reproduction::HerdWeightCategory
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::HerdWeightCategory
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/herdWeightCategory
categoryCd - SOAP::SOAPString
avgNoAnimals - (any)
avgWeightAnimals - (any)
Instance Attribute Summary collapse
-
#avgNoAnimals ⇒ Object
Returns the value of attribute avgNoAnimals.
-
#avgWeightAnimals ⇒ Object
Returns the value of attribute avgWeightAnimals.
-
#categoryCd ⇒ Object
Returns the value of attribute categoryCd.
Instance Method Summary collapse
-
#initialize(categoryCd = nil, avgNoAnimals = nil, avgWeightAnimals = nil) ⇒ HerdWeightCategory
constructor
A new instance of HerdWeightCategory.
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
#avgNoAnimals ⇒ Object
Returns the value of attribute avgNoAnimals.
1708 1709 1710 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1708 def avgNoAnimals @avgNoAnimals end |
#avgWeightAnimals ⇒ Object
Returns the value of attribute avgWeightAnimals.
1709 1710 1711 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1709 def avgWeightAnimals @avgWeightAnimals end |
#categoryCd ⇒ Object
Returns the value of attribute categoryCd.
1707 1708 1709 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1707 def categoryCd @categoryCd end |