Class: UserIDArrayType

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

Overview

urn:ebay:apis:eBLBaseComponentsUserIDArrayType

userID - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(userID = []) ⇒ UserIDArrayType

Returns a new instance of UserIDArrayType.



25415
25416
25417
25418
# File 'lib/eBay.rb', line 25415

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25409
25410
25411
# File 'lib/eBay.rb', line 25409

def __xmlele_any
  @__xmlele_any
end

#userIDObject

Returns the value of attribute userID.



25408
25409
25410
# File 'lib/eBay.rb', line 25408

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



25411
25412
25413
# File 'lib/eBay.rb', line 25411

def set_any(elements)
  @__xmlele_any = elements
end