Class: EBay::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.



35020
35021
35022
35023
# File 'lib/eBay.rb', line 35020

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



35014
35015
35016
# File 'lib/eBay.rb', line 35014

def __xmlele_any
  @__xmlele_any
end

#userIDObject

Returns the value of attribute userID.



35013
35014
35015
# File 'lib/eBay.rb', line 35013

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



35016
35017
35018
# File 'lib/eBay.rb', line 35016

def set_any(elements)
  @__xmlele_any = elements
end