Class: CrvApiClient::Api::Animals::GetAverageHerdWeightRequestType
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::GetAverageHerdWeightRequestType
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/getAverageHerdWeightRequestType
keeper - CrvApiClient::Api::Animals::ParticipantId
year - (any)
quarter - (any)
Instance Attribute Summary collapse
-
#keeper ⇒ Object
Returns the value of attribute keeper.
-
#quarter ⇒ Object
Returns the value of attribute quarter.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Method Summary collapse
-
#initialize(keeper = nil, year = nil, quarter = nil) ⇒ GetAverageHerdWeightRequestType
constructor
A new instance of GetAverageHerdWeightRequestType.
Constructor Details
#initialize(keeper = nil, year = nil, quarter = nil) ⇒ GetAverageHerdWeightRequestType
Returns a new instance of GetAverageHerdWeightRequestType.
99 100 101 102 103 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 99 def initialize(keeper = nil, year = nil, quarter = nil) @keeper = keeper @year = year @quarter = quarter end |
Instance Attribute Details
#keeper ⇒ Object
Returns the value of attribute keeper.
95 96 97 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 95 def keeper @keeper end |
#quarter ⇒ Object
Returns the value of attribute quarter.
97 98 99 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 97 def quarter @quarter end |
#year ⇒ Object
Returns the value of attribute year.
96 97 98 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 96 def year @year end |