Class: EBay::ProductSuggestionType
- Inherits:
-
Object
- Object
- EBay::ProductSuggestionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsProductSuggestionType
title - SOAP::SOAPString
ePID - SOAP::SOAPString
stockPhoto - SOAP::SOAPString
recommended - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ePID ⇒ Object
Returns the value of attribute ePID.
-
#recommended ⇒ Object
Returns the value of attribute recommended.
-
#stockPhoto ⇒ Object
Returns the value of attribute stockPhoto.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(title = nil, ePID = nil, stockPhoto = nil, recommended = nil) ⇒ ProductSuggestionType
constructor
A new instance of ProductSuggestionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(title = nil, ePID = nil, stockPhoto = nil, recommended = nil) ⇒ ProductSuggestionType
Returns a new instance of ProductSuggestionType.
29475 29476 29477 29478 29479 29480 29481 |
# File 'lib/eBay.rb', line 29475 def initialize(title = nil, ePID = nil, stockPhoto = nil, recommended = nil) @title = title @ePID = ePID @stockPhoto = stockPhoto @recommended = recommended @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29469 29470 29471 |
# File 'lib/eBay.rb', line 29469 def __xmlele_any @__xmlele_any end |
#ePID ⇒ Object
Returns the value of attribute ePID.
29466 29467 29468 |
# File 'lib/eBay.rb', line 29466 def ePID @ePID end |
#recommended ⇒ Object
Returns the value of attribute recommended.
29468 29469 29470 |
# File 'lib/eBay.rb', line 29468 def recommended @recommended end |
#stockPhoto ⇒ Object
Returns the value of attribute stockPhoto.
29467 29468 29469 |
# File 'lib/eBay.rb', line 29467 def stockPhoto @stockPhoto end |
#title ⇒ Object
Returns the value of attribute title.
29465 29466 29467 |
# File 'lib/eBay.rb', line 29465 def title @title end |
Instance Method Details
#set_any(elements) ⇒ Object
29471 29472 29473 |
# File 'lib/eBay.rb', line 29471 def set_any(elements) @__xmlele_any = elements end |