Class: CrvApiClient::Api::Animals::GetLabel

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

Overview

/getLabel

componentCode - SOAP::SOAPString
itemName - SOAP::SOAPString
itemType - SOAP::SOAPString
languageCode - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(componentCode = nil, itemName = nil, itemType = nil, languageCode = nil) ⇒ GetLabel

Returns a new instance of GetLabel.



560
561
562
563
564
565
# File 'lib/crv_api_client/api/animals/animals.rb', line 560

def initialize(componentCode = nil, itemName = nil, itemType = nil, languageCode = nil)
  @componentCode = componentCode
  @itemName = itemName
  @itemType = itemType
  @languageCode = languageCode
end

Instance Attribute Details

#componentCodeObject

Returns the value of attribute componentCode.



555
556
557
# File 'lib/crv_api_client/api/animals/animals.rb', line 555

def componentCode
  @componentCode
end

#itemNameObject

Returns the value of attribute itemName.



556
557
558
# File 'lib/crv_api_client/api/animals/animals.rb', line 556

def itemName
  @itemName
end

#itemTypeObject

Returns the value of attribute itemType.



557
558
559
# File 'lib/crv_api_client/api/animals/animals.rb', line 557

def itemType
  @itemType
end

#languageCodeObject

Returns the value of attribute languageCode.



558
559
560
# File 'lib/crv_api_client/api/animals/animals.rb', line 558

def languageCode
  @languageCode
end