Class: CrvApiClient::Api::Reproduction::Animal
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::Animal
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/animal
animalId - CrvApiClient::Api::Reproduction::AnimalId
animalNumberShort - SOAP::SOAPString
sex - SOAP::SOAPString
colourHair - SOAP::SOAPString
birthDate - (any)
deathDate - SOAP::SOAPString
animalName - SOAP::SOAPString
breedComposition - SOAP::SOAPString
redFactor - SOAP::SOAPString
Instance Attribute Summary collapse
-
#animalId ⇒ Object
Returns the value of attribute animalId.
-
#animalName ⇒ Object
Returns the value of attribute animalName.
-
#animalNumberShort ⇒ Object
Returns the value of attribute animalNumberShort.
-
#birthDate ⇒ Object
Returns the value of attribute birthDate.
-
#breedComposition ⇒ Object
Returns the value of attribute breedComposition.
-
#colourHair ⇒ Object
Returns the value of attribute colourHair.
-
#deathDate ⇒ Object
Returns the value of attribute deathDate.
-
#redFactor ⇒ Object
Returns the value of attribute redFactor.
-
#sex ⇒ Object
Returns the value of attribute sex.
Instance Method Summary collapse
-
#initialize(animalId = nil, animalNumberShort = nil, sex = nil, colourHair = nil, birthDate = nil, deathDate = nil, animalName = nil, breedComposition = nil, redFactor = nil) ⇒ Animal
constructor
A new instance of Animal.
Constructor Details
#initialize(animalId = nil, animalNumberShort = nil, sex = nil, colourHair = nil, birthDate = nil, deathDate = nil, animalName = nil, breedComposition = nil, redFactor = nil) ⇒ Animal
Returns a new instance of Animal.
1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1448 def initialize(animalId = nil, animalNumberShort = nil, sex = nil, colourHair = nil, birthDate = nil, deathDate = nil, animalName = nil, breedComposition = nil, redFactor = nil) @animalId = animalId @animalNumberShort = animalNumberShort @sex = sex @colourHair = colourHair @birthDate = birthDate @deathDate = deathDate @animalName = animalName @breedComposition = breedComposition @redFactor = redFactor end |
Instance Attribute Details
#animalId ⇒ Object
Returns the value of attribute animalId.
1438 1439 1440 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1438 def animalId @animalId end |
#animalName ⇒ Object
Returns the value of attribute animalName.
1444 1445 1446 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1444 def animalName @animalName end |
#animalNumberShort ⇒ Object
Returns the value of attribute animalNumberShort.
1439 1440 1441 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1439 def animalNumberShort @animalNumberShort end |
#birthDate ⇒ Object
Returns the value of attribute birthDate.
1442 1443 1444 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1442 def birthDate @birthDate end |
#breedComposition ⇒ Object
Returns the value of attribute breedComposition.
1445 1446 1447 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1445 def breedComposition @breedComposition end |
#colourHair ⇒ Object
Returns the value of attribute colourHair.
1441 1442 1443 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1441 def colourHair @colourHair end |
#deathDate ⇒ Object
Returns the value of attribute deathDate.
1443 1444 1445 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1443 def deathDate @deathDate end |
#redFactor ⇒ Object
Returns the value of attribute redFactor.
1446 1447 1448 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1446 def redFactor @redFactor end |
#sex ⇒ Object
Returns the value of attribute sex.
1440 1441 1442 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1440 def sex @sex end |