Class: CrvApiClient::Api::Animals::ItemLng

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/animals/animals.rb

Overview

/itemLng

languageCode - SOAP::SOAPString
itemLabel - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(languageCode = nil, itemLabel = nil) ⇒ ItemLng

Returns a new instance of ItemLng.



620
621
622
623
# File 'lib/crv_api_client/api/animals/animals.rb', line 620

def initialize(languageCode = nil, itemLabel = nil)
  @languageCode = languageCode
  @itemLabel = itemLabel
end

Instance Attribute Details

#itemLabelObject

Returns the value of attribute itemLabel.



618
619
620
# File 'lib/crv_api_client/api/animals/animals.rb', line 618

def itemLabel
  @itemLabel
end

#languageCodeObject

Returns the value of attribute languageCode.



617
618
619
# File 'lib/crv_api_client/api/animals/animals.rb', line 617

def languageCode
  @languageCode
end