Class: CrvApiClient::Api::Reproduction::AnimalId

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/reproduction/reproduction.rb

Overview

/animalId

animalNumber - SOAP::SOAPString
animalNumberType - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(animalNumber = nil, animalNumberType = nil) ⇒ AnimalId

Returns a new instance of AnimalId.



1384
1385
1386
1387
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1384

def initialize(animalNumber = nil, animalNumberType = nil)
  @animalNumber = animalNumber
  @animalNumberType = animalNumberType
end

Instance Attribute Details

#animalNumberObject

Returns the value of attribute animalNumber.



1381
1382
1383
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1381

def animalNumber
  @animalNumber
end

#animalNumberTypeObject

Returns the value of attribute animalNumberType.



1382
1383
1384
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1382

def animalNumberType
  @animalNumberType
end