Class: BasicAmountType

Inherits:
String
  • Object
show all
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

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_currencyIDObject



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