Class: EBay::ProductSuggestionType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



29469
29470
29471
# File 'lib/eBay.rb', line 29469

def __xmlele_any
  @__xmlele_any
end

#ePIDObject

Returns the value of attribute ePID.



29466
29467
29468
# File 'lib/eBay.rb', line 29466

def ePID
  @ePID
end

Returns the value of attribute recommended.



29468
29469
29470
# File 'lib/eBay.rb', line 29468

def recommended
  @recommended
end

#stockPhotoObject

Returns the value of attribute stockPhoto.



29467
29468
29469
# File 'lib/eBay.rb', line 29467

def stockPhoto
  @stockPhoto
end

#titleObject

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