Class: AmountType

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

Overview

urn:ebay:apis:eBLBaseComponentsAmountType

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.



12041
12042
12043
12044
# File 'lib/eBay.rb', line 12041

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

Instance Method Details

#xmlattr_currencyIDObject



12033
12034
12035
# File 'lib/eBay.rb', line 12033

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

#xmlattr_currencyID=(value) ⇒ Object



12037
12038
12039
# File 'lib/eBay.rb', line 12037

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