class CrvApiClient::Api::Reproduction::AnimalCoreDataSetType

{ICARAggregateBusinessInformationEntity:1}AnimalCoreDataSetType

identifier - CrvApiClient::Api::Reproduction::IDType
alternativeIdentity - CrvApiClient::Api::Reproduction::AnimalIdentityType
specie - CrvApiClient::Api::Reproduction::SpecieCodeType
gender - CrvApiClient::Api::Reproduction::GenderCodeType
birth - (any)

Attributes

alternativeIdentity[RW]
birth[RW]
gender[RW]
identifier[RW]
specie[RW]

Public Class Methods

new(identifier = nil, alternativeIdentity = [], specie = nil, gender = nil, birth = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3225
def initialize(identifier = nil, alternativeIdentity = [], specie = nil, gender = nil, birth = nil)
  @identifier = identifier
  @alternativeIdentity = alternativeIdentity
  @specie = specie
  @gender = gender
  @birth = birth
end