class CrvApiClient::Api::Reproduction::LivestockLocationType

{ICARAggregateBusinessInformationEntity:1}LivestockLocationType

identifier - CrvApiClient::Api::Reproduction::IDType
identifierType - CrvApiClient::Api::Reproduction::LivestockLocationIdentifierCodeType
name - CrvApiClient::Api::Reproduction::NameType
country - CrvApiClient::Api::Reproduction::ISOTwoletterCountryCodeIdentifierContentType
type - CrvApiClient::Api::Reproduction::LivestockLocationTypeCodeType

Attributes

country[RW]
identifier[RW]
identifierType[RW]
name[RW]
type[RW]

Public Class Methods

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