Class: EBay::AccountEntriesType
- Inherits:
-
Object
- Object
- EBay::AccountEntriesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAccountEntriesType
accountEntry - EBay::AccountEntryType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#accountEntry ⇒ Object
Returns the value of attribute accountEntry.
Instance Method Summary collapse
-
#initialize(accountEntry = []) ⇒ AccountEntriesType
constructor
A new instance of AccountEntriesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(accountEntry = []) ⇒ AccountEntriesType
Returns a new instance of AccountEntriesType.
20054 20055 20056 20057 |
# File 'lib/eBay.rb', line 20054 def initialize(accountEntry = []) @accountEntry = accountEntry @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20048 20049 20050 |
# File 'lib/eBay.rb', line 20048 def __xmlele_any @__xmlele_any end |
#accountEntry ⇒ Object
Returns the value of attribute accountEntry.
20047 20048 20049 |
# File 'lib/eBay.rb', line 20047 def accountEntry @accountEntry end |
Instance Method Details
#set_any(elements) ⇒ Object
20050 20051 20052 |
# File 'lib/eBay.rb', line 20050 def set_any(elements) @__xmlele_any = elements end |