Class: AccountEntriesType

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

Overview

urn:ebay:apis:eBLBaseComponentsAccountEntriesType

accountEntry - AccountEntryType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountEntry = []) ⇒ AccountEntriesType

Returns a new instance of AccountEntriesType.



16154
16155
16156
16157
# File 'lib/eBay.rb', line 16154

def initialize(accountEntry = [])
  @accountEntry = accountEntry
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16148
16149
16150
# File 'lib/eBay.rb', line 16148

def __xmlele_any
  @__xmlele_any
end

#accountEntryObject

Returns the value of attribute accountEntry.



16147
16148
16149
# File 'lib/eBay.rb', line 16147

def accountEntry
  @accountEntry
end

Instance Method Details

#set_any(elements) ⇒ Object



16150
16151
16152
# File 'lib/eBay.rb', line 16150

def set_any(elements)
  @__xmlele_any = elements
end