Class: CrvApiClient::Api::Reproduction::AnimalNumberCountry

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/reproduction/reproduction.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.



1111
1112
1113
1114
1115
1116
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1111

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.



1108
1109
1110
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1108

def animalNrAlphanumeric
  @animalNrAlphanumeric
end

#animalNrLengthObject

Returns the value of attribute animalNrLength.



1107
1108
1109
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1107

def animalNrLength
  @animalNrLength
end

#countryCdObject

Returns the value of attribute countryCd.



1106
1107
1108
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1106

def countryCd
  @countryCd
end

#sortingOrderObject

Returns the value of attribute sortingOrder.



1109
1110
1111
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1109

def sortingOrder
  @sortingOrder
end