Class: CrvApiClient::Api::Animals::GetAverageHerdWeightRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#keeperObject

Returns the value of attribute keeper.



95
96
97
# File 'lib/crv_api_client/api/animals/animals.rb', line 95

def keeper
  @keeper
end

#quarterObject

Returns the value of attribute quarter.



97
98
99
# File 'lib/crv_api_client/api/animals/animals.rb', line 97

def quarter
  @quarter
end

#yearObject

Returns the value of attribute year.



96
97
98
# File 'lib/crv_api_client/api/animals/animals.rb', line 96

def year
  @year
end