class CrvApiClient::Api::Reproduction::HerdListRequestType

{ICARAggregateBusinessInformationEntity:1}HerdListRequestType

gender - CrvApiClient::Api::Reproduction::GenderCodeType
periode - CrvApiClient::Api::Reproduction::MeasureType
location - CrvApiClient::Api::Reproduction::IDType

Attributes

gender[RW]
location[RW]
periode[RW]

Public Class Methods

new(gender = nil, periode = nil, location = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3168
def initialize(gender = nil, periode = nil, location = nil)
  @gender = gender
  @periode = periode
  @location = location
end