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



16540
16541
16542
16543
# File 'lib/eBay.rb', line 16540

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

Instance Method Details

#__xmlattrObject



16528
16529
16530
# File 'lib/eBay.rb', line 16528

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_currencyIDObject



16532
16533
16534
# File 'lib/eBay.rb', line 16532

def xmlattr_currencyID
  __xmlattr[AttrCurrencyID]
end

#xmlattr_currencyID=(value) ⇒ Object



16536
16537
16538
# File 'lib/eBay.rb', line 16536

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