Class: CrvApiClient::Api::Animals::GetAverageHerdWeightResponseType
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::GetAverageHerdWeightResponseType
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/getAverageHerdWeightResponseType
averageHerdWeightResult - CrvApiClient::Api::Animals::AverageHerdWeight
Instance Attribute Summary collapse
-
#averageHerdWeightResult ⇒ Object
Returns the value of attribute averageHerdWeightResult.
Instance Method Summary collapse
-
#initialize(averageHerdWeightResult = nil) ⇒ GetAverageHerdWeightResponseType
constructor
A new instance of GetAverageHerdWeightResponseType.
Constructor Details
#initialize(averageHerdWeightResult = nil) ⇒ GetAverageHerdWeightResponseType
Returns a new instance of GetAverageHerdWeightResponseType.
111 112 113 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 111 def initialize(averageHerdWeightResult = nil) @averageHerdWeightResult = averageHerdWeightResult end |
Instance Attribute Details
#averageHerdWeightResult ⇒ Object
Returns the value of attribute averageHerdWeightResult.
109 110 111 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 109 def averageHerdWeightResult @averageHerdWeightResult end |