Class: EBay::AmountType

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

Overview

urn:ebay:apis:eBLBaseComponentsAmountType

xmlattr_currencyID - SOAP::SOAPToken

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ AmountType

Returns a new instance of AmountType.



20583
20584
20585
20586
# File 'lib/eBay.rb', line 20583

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

Instance Method Details

#__xmlattrObject



20571
20572
20573
# File 'lib/eBay.rb', line 20571

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_currencyIDObject



20575
20576
20577
# File 'lib/eBay.rb', line 20575

def xmlattr_currencyID
  __xmlattr[AttrCurrencyID]
end

#xmlattr_currencyID=(value) ⇒ Object



20579
20580
20581
# File 'lib/eBay.rb', line 20579

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