Class: EBay::ListingRecommendationsType

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

Overview

urn:ebay:apis:eBLBaseComponentsListingRecommendationsType

recommendation - EBay::ListingRecommendationType

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



26274
26275
26276
# File 'lib/eBay.rb', line 26274

def __xmlele_any
  @__xmlele_any
end

#recommendationObject

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