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