Class: EBay::RecommendationsType

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

Overview

urn:ebay:apis:eBLBaseComponentsRecommendationsType

categoryID - SOAP::SOAPString
nameRecommendation - EBay::NameRecommendationType
updated - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



29949
29950
29951
# File 'lib/eBay.rb', line 29949

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



29946
29947
29948
# File 'lib/eBay.rb', line 29946

def categoryID
  @categoryID
end

#nameRecommendationObject

Returns the value of attribute nameRecommendation.



29947
29948
29949
# File 'lib/eBay.rb', line 29947

def nameRecommendation
  @nameRecommendation
end

#updatedObject

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