Class: CurrencyDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsCurrencyDetailsType

currency - CurrencyCodeType
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(currency = nil, description = nil) ⇒ CurrencyDetailsType

Returns a new instance of CurrencyDetailsType.



18572
18573
18574
18575
18576
# File 'lib/eBay.rb', line 18572

def initialize(currency = nil, description = nil)
  @currency = currency
  @description = description
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18566
18567
18568
# File 'lib/eBay.rb', line 18566

def __xmlele_any
  @__xmlele_any
end

#currencyObject

Returns the value of attribute currency.



18564
18565
18566
# File 'lib/eBay.rb', line 18564

def currency
  @currency
end

#descriptionObject

Returns the value of attribute description.



18565
18566
18567
# File 'lib/eBay.rb', line 18565

def description
  @description
end

Instance Method Details

#set_any(elements) ⇒ Object



18568
18569
18570
# File 'lib/eBay.rb', line 18568

def set_any(elements)
  @__xmlele_any = elements
end