Class: GetRecommendationsRequestContainerType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetRecommendationsRequestContainerType

listingFlow - ListingFlowCodeType
item - ItemType
recommendationEngine - RecommendationEngineCodeType
query - SOAP::SOAPString
correlationID - SOAP::SOAPString
deletedField - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(listingFlow = nil, item = nil, recommendationEngine = [], query = nil, correlationID = nil, deletedField = []) ⇒ GetRecommendationsRequestContainerType

Returns a new instance of GetRecommendationsRequestContainerType.



19770
19771
19772
19773
19774
19775
19776
19777
19778
# File 'lib/eBay.rb', line 19770

def initialize(listingFlow = nil, item = nil, recommendationEngine = [], query = nil, correlationID = nil, deletedField = [])
  @listingFlow = listingFlow
  @item = item
  @recommendationEngine = recommendationEngine
  @query = query
  @correlationID = correlationID
  @deletedField = deletedField
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19764
19765
19766
# File 'lib/eBay.rb', line 19764

def __xmlele_any
  @__xmlele_any
end

#correlationIDObject

Returns the value of attribute correlationID.



19762
19763
19764
# File 'lib/eBay.rb', line 19762

def correlationID
  @correlationID
end

#deletedFieldObject

Returns the value of attribute deletedField.



19763
19764
19765
# File 'lib/eBay.rb', line 19763

def deletedField
  @deletedField
end

#itemObject

Returns the value of attribute item.



19759
19760
19761
# File 'lib/eBay.rb', line 19759

def item
  @item
end

#listingFlowObject

Returns the value of attribute listingFlow.



19758
19759
19760
# File 'lib/eBay.rb', line 19758

def listingFlow
  @listingFlow
end

#queryObject

Returns the value of attribute query.



19761
19762
19763
# File 'lib/eBay.rb', line 19761

def query
  @query
end

#recommendationEngineObject

Returns the value of attribute recommendationEngine.



19760
19761
19762
# File 'lib/eBay.rb', line 19760

def recommendationEngine
  @recommendationEngine
end

Instance Method Details

#set_any(elements) ⇒ Object



19766
19767
19768
# File 'lib/eBay.rb', line 19766

def set_any(elements)
  @__xmlele_any = elements
end