Class: EBay::AdditionalAccountType
- Inherits:
-
Object
- Object
- EBay::AdditionalAccountType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAdditionalAccountType
balance - EBay::AmountType
currency - EBay::CurrencyCodeType
accountCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#accountCode ⇒ Object
Returns the value of attribute accountCode.
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#currency ⇒ Object
Returns the value of attribute currency.
Instance Method Summary collapse
-
#initialize(balance = nil, currency = nil, accountCode = nil) ⇒ AdditionalAccountType
constructor
A new instance of AdditionalAccountType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20376 20377 20378 |
# File 'lib/eBay.rb', line 20376 def __xmlele_any @__xmlele_any end |
#accountCode ⇒ Object
Returns the value of attribute accountCode.
20375 20376 20377 |
# File 'lib/eBay.rb', line 20375 def accountCode @accountCode end |
#balance ⇒ Object
Returns the value of attribute balance.
20373 20374 20375 |
# File 'lib/eBay.rb', line 20373 def balance @balance end |
#currency ⇒ Object
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 |