Class: EBay::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.



20915
20916
20917
20918
# File 'lib/eBay.rb', line 20915

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

Instance Method Details

#__xmlattrObject



20903
20904
20905
# File 'lib/eBay.rb', line 20903

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_currencyIDObject



20907
20908
20909
# File 'lib/eBay.rb', line 20907

def xmlattr_currencyID
  __xmlattr[AttrCurrencyID]
end

#xmlattr_currencyID=(value) ⇒ Object



20911
20912
20913
# File 'lib/eBay.rb', line 20911

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