Class: BasicAmountType
- Inherits:
-
String
- Object
- String
- BasicAmountType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBasicAmountType
contains SOAP::SOAPString
Constant Summary collapse
- @@schema_attribute =
{ XSD::QName.new(nil, "currencyID") => nil }
Instance Method Summary collapse
-
#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.
15406 15407 15408 15409 |
# File 'lib/eBay.rb', line 15406 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#xmlattr_currencyID ⇒ Object
15398 15399 15400 |
# File 'lib/eBay.rb', line 15398 def xmlattr_currencyID (@__xmlattr ||= {})[XSD::QName.new(nil, "currencyID")] end |
#xmlattr_currencyID=(value) ⇒ Object
15402 15403 15404 |
# File 'lib/eBay.rb', line 15402 def xmlattr_currencyID=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "currencyID")] = value end |