Class: EBay::UserIDArrayType
- Inherits:
-
Object
- Object
- EBay::UserIDArrayType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsUserIDArrayType
userID - (any)
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#userID ⇒ Object
Returns the value of attribute userID.
Instance Method Summary collapse
-
#initialize(userID = []) ⇒ UserIDArrayType
constructor
A new instance of UserIDArrayType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35014 35015 35016 |
# File 'lib/eBay.rb', line 35014 def __xmlele_any @__xmlele_any end |
#userID ⇒ Object
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 |