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.



11744
11745
11746
11747
# File 'lib/eBay.rb', line 11744

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11738
11739
11740
# File 'lib/eBay.rb', line 11738

def __xmlele_any
  @__xmlele_any
end

#accountEntryObject

Returns the value of attribute accountEntry.



11737
11738
11739
# File 'lib/eBay.rb', line 11737

def accountEntry
  @accountEntry
end

Instance Method Details

#set_any(elements) ⇒ Object



11740
11741
11742
# File 'lib/eBay.rb', line 11740

def set_any(elements)
  @__xmlele_any = elements
end