Class: CrvApiClient::Api::Reproduction::AverageHerdWeight

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

Overview

/averageHerdWeight

keeper - CrvApiClient::Api::Reproduction::ParticipantId
referencePeriod - CrvApiClient::Api::Reproduction::TimePeriod
herdWeightCategoryResult - CrvApiClient::Api::Reproduction::HerdWeightCategory

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keeper = nil, referencePeriod = nil, herdWeightCategoryResult = []) ⇒ AverageHerdWeight

Returns a new instance of AverageHerdWeight.



1586
1587
1588
1589
1590
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1586

def initialize(keeper = nil, referencePeriod = nil, herdWeightCategoryResult = [])
  @keeper = keeper
  @referencePeriod = referencePeriod
  @herdWeightCategoryResult = herdWeightCategoryResult
end

Instance Attribute Details

#herdWeightCategoryResultObject

Returns the value of attribute herdWeightCategoryResult.



1584
1585
1586
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1584

def herdWeightCategoryResult
  @herdWeightCategoryResult
end

#keeperObject

Returns the value of attribute keeper.



1582
1583
1584
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1582

def keeper
  @keeper
end

#referencePeriodObject

Returns the value of attribute referencePeriod.



1583
1584
1585
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1583

def referencePeriod
  @referencePeriod
end