Class: AmountType
- Inherits:
-
String
- Object
- String
- AmountType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:apis:CoreComponentTypesAmountType
contains SOAP::SOAPDouble
Constant Summary collapse
- @@schema_attribute =
{ XSD::QName.new(nil, "currencyID") => nil }
Instance Method Summary collapse
-
#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.
1695 1696 1697 1698 |
# File 'lib/paypal-business/default.rb', line 1695 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#xmlattr_currencyID ⇒ Object
1687 1688 1689 |
# File 'lib/paypal-business/default.rb', line 1687 def xmlattr_currencyID (@__xmlattr ||= {})[XSD::QName.new(nil, "currencyID")] end |
#xmlattr_currencyID=(value) ⇒ Object
1691 1692 1693 |
# File 'lib/paypal-business/default.rb', line 1691 def xmlattr_currencyID=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "currencyID")] = value end |