Class: AmountType

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

Constructor Details

#initialize(*arg) ⇒ AmountType

Returns a new instance of AmountType.



1515
1516
1517
1518
# File 'lib/v_paypal/default.rb', line 1515

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

Instance Method Details

#xmlattr_currencyIDObject



1507
1508
1509
# File 'lib/v_paypal/default.rb', line 1507

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

#xmlattr_currencyID=(value) ⇒ Object



1511
1512
1513
# File 'lib/v_paypal/default.rb', line 1511

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