Class: EBay::AmountType
- Inherits:
-
String
- Object
- String
- EBay::AmountType
- 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
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ AmountType
constructor
A new instance of AmountType.
- #xmlattr_currencyID ⇒ Object
- #xmlattr_currencyID=(value) ⇒ Object
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
#__xmlattr ⇒ Object
20571 20572 20573 |
# File 'lib/eBay.rb', line 20571 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_currencyID ⇒ Object
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 |