Class: UserIDArrayType

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

Overview

urn:ebay:apis:eBLBaseComponentsUserIDArrayType

Constant Summary collapse

@@schema_type =
"UserIDArrayType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["userID", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserID")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(userID = []) ⇒ UserIDArrayType

Returns a new instance of UserIDArrayType.



23907
23908
23909
23910
# File 'lib/eBay.rb', line 23907

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23901
23902
23903
# File 'lib/eBay.rb', line 23901

def __xmlele_any
  @__xmlele_any
end

#userIDObject

Returns the value of attribute userID.



23900
23901
23902
# File 'lib/eBay.rb', line 23900

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



23903
23904
23905
# File 'lib/eBay.rb', line 23903

def set_any(elements)
  @__xmlele_any = elements
end