Class: CrvApiClient::Api::Reproduction::ItemLng

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



981
982
983
984
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 981

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

Instance Attribute Details

#itemLabelObject

Returns the value of attribute itemLabel.



979
980
981
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 979

def itemLabel
  @itemLabel
end

#languageCodeObject

Returns the value of attribute languageCode.



978
979
980
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 978

def languageCode
  @languageCode
end