Class: EBay::ListingRecommendationsType
- Inherits:
-
Object
- Object
- EBay::ListingRecommendationsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsListingRecommendationsType
recommendation - EBay::ListingRecommendationType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#recommendation ⇒ Object
Returns the value of attribute recommendation.
Instance Method Summary collapse
-
#initialize(recommendation = []) ⇒ ListingRecommendationsType
constructor
A new instance of ListingRecommendationsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(recommendation = []) ⇒ ListingRecommendationsType
Returns a new instance of ListingRecommendationsType.
26280 26281 26282 26283 |
# File 'lib/eBay.rb', line 26280 def initialize(recommendation = []) @recommendation = recommendation @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26274 26275 26276 |
# File 'lib/eBay.rb', line 26274 def __xmlele_any @__xmlele_any end |
#recommendation ⇒ Object
Returns the value of attribute recommendation.
26273 26274 26275 |
# File 'lib/eBay.rb', line 26273 def recommendation @recommendation end |
Instance Method Details
#set_any(elements) ⇒ Object
26276 26277 26278 |
# File 'lib/eBay.rb', line 26276 def set_any(elements) @__xmlele_any = elements end |