Class: BasicAmountType

Inherits:
String
  • Object
show all
Defined in:
lib/paypal-business/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

Constructor Details

#initialize(*arg) ⇒ BasicAmountType

Returns a new instance of BasicAmountType.



1716
1717
1718
1719
# File 'lib/paypal-business/default.rb', line 1716

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#xmlattr_currencyIDObject



1708
1709
1710
# File 'lib/paypal-business/default.rb', line 1708

def xmlattr_currencyID
  (@__xmlattr ||= {})[XSD::QName.new(nil, "currencyID")]
end

#xmlattr_currencyID=(value) ⇒ Object



1712
1713
1714
# File 'lib/paypal-business/default.rb', line 1712

def xmlattr_currencyID=(value)
  (@__xmlattr ||= {})[XSD::QName.new(nil, "currencyID")] = value
end