Class: EBay::AdditionalAccountType

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

Overview

urn:ebay:apis:eBLBaseComponentsAdditionalAccountType

balance - EBay::AmountType
currency - EBay::CurrencyCodeType
accountCode - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(balance = nil, currency = nil, accountCode = nil) ⇒ AdditionalAccountType

Returns a new instance of AdditionalAccountType.



20382
20383
20384
20385
20386
20387
# File 'lib/eBay.rb', line 20382

def initialize(balance = nil, currency = nil, accountCode = nil)
  @balance = balance
  @currency = currency
  @accountCode = accountCode
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20376
20377
20378
# File 'lib/eBay.rb', line 20376

def __xmlele_any
  @__xmlele_any
end

#accountCodeObject

Returns the value of attribute accountCode.



20375
20376
20377
# File 'lib/eBay.rb', line 20375

def accountCode
  @accountCode
end

#balanceObject

Returns the value of attribute balance.



20373
20374
20375
# File 'lib/eBay.rb', line 20373

def balance
  @balance
end

#currencyObject

Returns the value of attribute currency.



20374
20375
20376
# File 'lib/eBay.rb', line 20374

def currency
  @currency
end

Instance Method Details

#set_any(elements) ⇒ Object



20378
20379
20380
# File 'lib/eBay.rb', line 20378

def set_any(elements)
  @__xmlele_any = elements
end