Class: BasicAmountType
- Inherits:
-
String
- Object
- String
- BasicAmountType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:apis:CoreComponentTypesBasicAmountType
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.
1536 1537 1538 1539 |
# File 'lib/v_paypal/default.rb', line 1536 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#xmlattr_currencyID ⇒ Object
1528 1529 1530 |
# File 'lib/v_paypal/default.rb', line 1528 def xmlattr_currencyID (@__xmlattr ||= {})[XSD::QName.new(nil, "currencyID")] end |
#xmlattr_currencyID=(value) ⇒ Object
1532 1533 1534 |
# File 'lib/v_paypal/default.rb', line 1532 def xmlattr_currencyID=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "currencyID")] = value end |