Class: CrvApiClient::Api::Reproduction::GetLabel

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



921
922
923
924
925
926
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 921

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.



916
917
918
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 916

def componentCode
  @componentCode
end

#itemNameObject

Returns the value of attribute itemName.



917
918
919
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 917

def itemName
  @itemName
end

#itemTypeObject

Returns the value of attribute itemType.



918
919
920
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 918

def itemType
  @itemType
end

#languageCodeObject

Returns the value of attribute languageCode.



919
920
921
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 919

def languageCode
  @languageCode
end