Class: EBay::RecommendationsType
- Inherits:
-
Object
- Object
- EBay::RecommendationsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRecommendationsType
categoryID - SOAP::SOAPString
nameRecommendation - EBay::NameRecommendationType
updated - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#nameRecommendation ⇒ Object
Returns the value of attribute nameRecommendation.
-
#updated ⇒ Object
Returns the value of attribute updated.
Instance Method Summary collapse
-
#initialize(categoryID = nil, nameRecommendation = [], updated = nil) ⇒ RecommendationsType
constructor
A new instance of RecommendationsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(categoryID = nil, nameRecommendation = [], updated = nil) ⇒ RecommendationsType
Returns a new instance of RecommendationsType.
29955 29956 29957 29958 29959 29960 |
# File 'lib/eBay.rb', line 29955 def initialize(categoryID = nil, nameRecommendation = [], updated = nil) @categoryID = categoryID @nameRecommendation = nameRecommendation @updated = updated @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29949 29950 29951 |
# File 'lib/eBay.rb', line 29949 def __xmlele_any @__xmlele_any end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
29946 29947 29948 |
# File 'lib/eBay.rb', line 29946 def categoryID @categoryID end |
#nameRecommendation ⇒ Object
Returns the value of attribute nameRecommendation.
29947 29948 29949 |
# File 'lib/eBay.rb', line 29947 def nameRecommendation @nameRecommendation end |
#updated ⇒ Object
Returns the value of attribute updated.
29948 29949 29950 |
# File 'lib/eBay.rb', line 29948 def updated @updated end |
Instance Method Details
#set_any(elements) ⇒ Object
29951 29952 29953 |
# File 'lib/eBay.rb', line 29951 def set_any(elements) @__xmlele_any = elements end |