Class: CrvApiClient::Api::Animals::AnimalNumberCountry
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::AnimalNumberCountry
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/animalNumberCountry
countryCd - SOAP::SOAPString
animalNrLength - SOAP::SOAPString
animalNrAlphanumeric - SOAP::SOAPString
sortingOrder - SOAP::SOAPString
Instance Attribute Summary collapse
-
#animalNrAlphanumeric ⇒ Object
Returns the value of attribute animalNrAlphanumeric.
-
#animalNrLength ⇒ Object
Returns the value of attribute animalNrLength.
-
#countryCd ⇒ Object
Returns the value of attribute countryCd.
-
#sortingOrder ⇒ Object
Returns the value of attribute sortingOrder.
Instance Method Summary collapse
-
#initialize(countryCd = nil, animalNrLength = nil, animalNrAlphanumeric = nil, sortingOrder = nil) ⇒ AnimalNumberCountry
constructor
A new instance of AnimalNumberCountry.
Constructor Details
#initialize(countryCd = nil, animalNrLength = nil, animalNrAlphanumeric = nil, sortingOrder = nil) ⇒ AnimalNumberCountry
Returns a new instance of AnimalNumberCountry.
750 751 752 753 754 755 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 750 def initialize(countryCd = nil, animalNrLength = nil, animalNrAlphanumeric = nil, sortingOrder = nil) @countryCd = countryCd @animalNrLength = animalNrLength @animalNrAlphanumeric = animalNrAlphanumeric @sortingOrder = sortingOrder end |
Instance Attribute Details
#animalNrAlphanumeric ⇒ Object
Returns the value of attribute animalNrAlphanumeric.
747 748 749 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 747 def animalNrAlphanumeric @animalNrAlphanumeric end |
#animalNrLength ⇒ Object
Returns the value of attribute animalNrLength.
746 747 748 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 746 def animalNrLength @animalNrLength end |
#countryCd ⇒ Object
Returns the value of attribute countryCd.
745 746 747 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 745 def countryCd @countryCd end |
#sortingOrder ⇒ Object
Returns the value of attribute sortingOrder.
748 749 750 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 748 def sortingOrder @sortingOrder end |