Class: EBay::ProductSuggestionsType
- Inherits:
-
Object
- Object
- EBay::ProductSuggestionsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsProductSuggestionsType
productSuggestion - EBay::ProductSuggestionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#productSuggestion ⇒ Object
Returns the value of attribute productSuggestion.
Instance Method Summary collapse
-
#initialize(productSuggestion = []) ⇒ ProductSuggestionsType
constructor
A new instance of ProductSuggestionsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(productSuggestion = []) ⇒ ProductSuggestionsType
Returns a new instance of ProductSuggestionsType.
29494 29495 29496 29497 |
# File 'lib/eBay.rb', line 29494 def initialize(productSuggestion = []) @productSuggestion = productSuggestion @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29488 29489 29490 |
# File 'lib/eBay.rb', line 29488 def __xmlele_any @__xmlele_any end |
#productSuggestion ⇒ Object
Returns the value of attribute productSuggestion.
29487 29488 29489 |
# File 'lib/eBay.rb', line 29487 def productSuggestion @productSuggestion end |
Instance Method Details
#set_any(elements) ⇒ Object
29490 29491 29492 |
# File 'lib/eBay.rb', line 29490 def set_any(elements) @__xmlele_any = elements end |