Class: BasicAmountType

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

Overview

urn:ebay:apis:eBLBaseComponentsBasicAmountType

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.



13752
13753
13754
13755
# File 'lib/eBay.rb', line 13752

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

Instance Method Details

#xmlattr_currencyIDObject



13744
13745
13746
# File 'lib/eBay.rb', line 13744

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

#xmlattr_currencyID=(value) ⇒ Object



13748
13749
13750
# File 'lib/eBay.rb', line 13748

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