Class: BasicAmountType

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

Overview

urn:ebay:apis:eBLBaseComponentsBasicAmountType

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.



12305
12306
12307
12308
# File 'lib/eBay.rb', line 12305

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

Instance Method Details

#xmlattr_currencyIDObject



12297
12298
12299
# File 'lib/eBay.rb', line 12297

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

#xmlattr_currencyID=(value) ⇒ Object



12301
12302
12303
# File 'lib/eBay.rb', line 12301

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