Class: AccountEntriesType

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

Overview

urn:ebay:apis:eBLBaseComponentsAccountEntriesType

Constant Summary collapse

@@schema_type =
"AccountEntriesType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["accountEntry", ["AccountEntryType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AccountEntry")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountEntry = []) ⇒ AccountEntriesType

Returns a new instance of AccountEntriesType.



13140
13141
13142
13143
# File 'lib/eBay.rb', line 13140

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13134
13135
13136
# File 'lib/eBay.rb', line 13134

def __xmlele_any
  @__xmlele_any
end

#accountEntryObject

Returns the value of attribute accountEntry.



13133
13134
13135
# File 'lib/eBay.rb', line 13133

def accountEntry
  @accountEntry
end

Instance Method Details

#set_any(elements) ⇒ Object



13136
13137
13138
# File 'lib/eBay.rb', line 13136

def set_any(elements)
  @__xmlele_any = elements
end