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.



14728
14729
14730
14731
# File 'lib/eBay.rb', line 14728

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14722
14723
14724
# File 'lib/eBay.rb', line 14722

def __xmlele_any
  @__xmlele_any
end

#accountEntryObject

Returns the value of attribute accountEntry.



14721
14722
14723
# File 'lib/eBay.rb', line 14721

def accountEntry
  @accountEntry
end

Instance Method Details

#set_any(elements) ⇒ Object



14724
14725
14726
# File 'lib/eBay.rb', line 14724

def set_any(elements)
  @__xmlele_any = elements
end