Class: CrvApiClient::Api::Animals::AnimalNumberCountry

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#animalNrAlphanumericObject

Returns the value of attribute animalNrAlphanumeric.



747
748
749
# File 'lib/crv_api_client/api/animals/animals.rb', line 747

def animalNrAlphanumeric
  @animalNrAlphanumeric
end

#animalNrLengthObject

Returns the value of attribute animalNrLength.



746
747
748
# File 'lib/crv_api_client/api/animals/animals.rb', line 746

def animalNrLength
  @animalNrLength
end

#countryCdObject

Returns the value of attribute countryCd.



745
746
747
# File 'lib/crv_api_client/api/animals/animals.rb', line 745

def countryCd
  @countryCd
end

#sortingOrderObject

Returns the value of attribute sortingOrder.



748
749
750
# File 'lib/crv_api_client/api/animals/animals.rb', line 748

def sortingOrder
  @sortingOrder
end