Class: CrvApiClient::Api::Animals::AnimalPedigree
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::AnimalPedigree
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/animalPedigree
animal - CrvApiClient::Api::Animals::AnimalId
animalNrShort - SOAP::SOAPString
animalName - SOAP::SOAPString
farmersAnimalNr - SOAP::SOAPString
sex - SOAP::SOAPString
birthDate - (any)
colourHair - SOAP::SOAPString
pedigree - CrvApiClient::Api::Animals::Pedigree
participantAnimal - CrvApiClient::Api::Animals::ParticipantAnimalId
groupCode - CrvApiClient::Api::Animals::AnimalGroup
Instance Attribute Summary collapse
-
#animal ⇒ Object
Returns the value of attribute animal.
-
#animalName ⇒ Object
Returns the value of attribute animalName.
-
#animalNrShort ⇒ Object
Returns the value of attribute animalNrShort.
-
#birthDate ⇒ Object
Returns the value of attribute birthDate.
-
#colourHair ⇒ Object
Returns the value of attribute colourHair.
-
#farmersAnimalNr ⇒ Object
Returns the value of attribute farmersAnimalNr.
-
#groupCode ⇒ Object
Returns the value of attribute groupCode.
-
#participantAnimal ⇒ Object
Returns the value of attribute participantAnimal.
-
#pedigree ⇒ Object
Returns the value of attribute pedigree.
-
#sex ⇒ Object
Returns the value of attribute sex.
Instance Method Summary collapse
-
#initialize(animal = nil, animalNrShort = nil, animalName = nil, farmersAnimalNr = nil, sex = nil, birthDate = nil, colourHair = nil, pedigree = nil, participantAnimal = [], groupCode = []) ⇒ AnimalPedigree
constructor
A new instance of AnimalPedigree.
Constructor Details
#initialize(animal = nil, animalNrShort = nil, animalName = nil, farmersAnimalNr = nil, sex = nil, birthDate = nil, colourHair = nil, pedigree = nil, participantAnimal = [], groupCode = []) ⇒ AnimalPedigree
Returns a new instance of AnimalPedigree.
949 950 951 952 953 954 955 956 957 958 959 960 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 949 def initialize(animal = nil, animalNrShort = nil, animalName = nil, farmersAnimalNr = nil, sex = nil, birthDate = nil, colourHair = nil, pedigree = nil, participantAnimal = [], groupCode = []) @animal = animal @animalNrShort = animalNrShort @animalName = animalName @farmersAnimalNr = farmersAnimalNr @sex = sex @birthDate = birthDate @colourHair = colourHair @pedigree = pedigree @participantAnimal = participantAnimal @groupCode = groupCode end |
Instance Attribute Details
#animal ⇒ Object
Returns the value of attribute animal.
938 939 940 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 938 def animal @animal end |
#animalName ⇒ Object
Returns the value of attribute animalName.
940 941 942 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 940 def animalName @animalName end |
#animalNrShort ⇒ Object
Returns the value of attribute animalNrShort.
939 940 941 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 939 def animalNrShort @animalNrShort end |
#birthDate ⇒ Object
Returns the value of attribute birthDate.
943 944 945 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 943 def birthDate @birthDate end |
#colourHair ⇒ Object
Returns the value of attribute colourHair.
944 945 946 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 944 def colourHair @colourHair end |
#farmersAnimalNr ⇒ Object
Returns the value of attribute farmersAnimalNr.
941 942 943 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 941 def farmersAnimalNr @farmersAnimalNr end |
#groupCode ⇒ Object
Returns the value of attribute groupCode.
947 948 949 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 947 def groupCode @groupCode end |
#participantAnimal ⇒ Object
Returns the value of attribute participantAnimal.
946 947 948 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 946 def participantAnimal @participantAnimal end |
#pedigree ⇒ Object
Returns the value of attribute pedigree.
945 946 947 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 945 def pedigree @pedigree end |
#sex ⇒ Object
Returns the value of attribute sex.
942 943 944 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 942 def sex @sex end |