Class: AmountType

Inherits:
String
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsAmountType

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.



13464
13465
13466
13467
# File 'lib/eBay.rb', line 13464

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

Instance Method Details

#xmlattr_currencyIDObject



13456
13457
13458
# File 'lib/eBay.rb', line 13456

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

#xmlattr_currencyID=(value) ⇒ Object



13460
13461
13462
# File 'lib/eBay.rb', line 13460

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