Class: EBay::CurrencyDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsCurrencyDetailsType

currency - EBay::CurrencyCodeType
description - SOAP::SOAPString
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CurrencyDetailsType.



23309
23310
23311
23312
23313
23314
23315
# File 'lib/eBay.rb', line 23309

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23303
23304
23305
# File 'lib/eBay.rb', line 23303

def __xmlele_any
  @__xmlele_any
end

#currencyObject

Returns the value of attribute currency.



23299
23300
23301
# File 'lib/eBay.rb', line 23299

def currency
  @currency
end

#descriptionObject

Returns the value of attribute description.



23300
23301
23302
# File 'lib/eBay.rb', line 23300

def description
  @description
end

#detailVersionObject

Returns the value of attribute detailVersion.



23301
23302
23303
# File 'lib/eBay.rb', line 23301

def detailVersion
  @detailVersion
end

#updateTimeObject

Returns the value of attribute updateTime.



23302
23303
23304
# File 'lib/eBay.rb', line 23302

def updateTime
  @updateTime
end

Instance Method Details

#set_any(elements) ⇒ Object



23305
23306
23307
# File 'lib/eBay.rb', line 23305

def set_any(elements)
  @__xmlele_any = elements
end