class CrvApiClient::Api::Reproduction::MilkingLocationType

{ICARAggregateBusinessInformationEntity:1}MilkingLocationType

identification - CrvApiClient::Api::Reproduction::IDType
name - CrvApiClient::Api::Reproduction::NameType
country - CrvApiClient::Api::Reproduction::ISOTwoletterCountryCodeIdentifierContentType
type - CrvApiClient::Api::Reproduction::CodeType

Attributes

country[RW]
identification[RW]
name[RW]
type[RW]

Public Class Methods

new(identification = nil, name = nil, country = nil, type = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3399
def initialize(identification = nil, name = nil, country = nil, type = nil)
  @identification = identification
  @name = name
  @country = country
  @type = type
end