Class: BasicAmountType

Inherits:
String
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsBasicAmountType

xmlattr_currencyID - SOAP::SOAPToken

Constant Summary collapse

AttrCurrencyID =
XSD::QName.new(nil, "currencyID")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ BasicAmountType

Returns a new instance of BasicAmountType.



16847
16848
16849
16850
# File 'lib/eBay.rb', line 16847

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



16835
16836
16837
# File 'lib/eBay.rb', line 16835

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_currencyIDObject



16839
16840
16841
# File 'lib/eBay.rb', line 16839

def xmlattr_currencyID
  __xmlattr[AttrCurrencyID]
end

#xmlattr_currencyID=(value) ⇒ Object



16843
16844
16845
# File 'lib/eBay.rb', line 16843

def xmlattr_currencyID=(value)
  __xmlattr[AttrCurrencyID] = value
end