class CrvApiClient::Api::Reproduction::AnimalIdentityType

{ICARAggregateBusinessInformationEntity:1}AnimalIdentityType

identifier - CrvApiClient::Api::Reproduction::IDType
label - CrvApiClient::Api::Reproduction::LabelCodeType

Attributes

identifier[RW]
label[RW]

Public Class Methods

new(identifier = nil, label = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3257
def initialize(identifier = nil, label = nil)
  @identifier = identifier
  @label = label
end