Class: EBay::AccountEntriesType

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

Overview

urn:ebay:apis:eBLBaseComponentsAccountEntriesType

accountEntry - EBay::AccountEntryType

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20048
20049
20050
# File 'lib/eBay.rb', line 20048

def __xmlele_any
  @__xmlele_any
end

#accountEntryObject

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