Class: EBay::ProductSearchResultType

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

Overview

urn:ebay:apis:eBLBaseComponentsProductSearchResultType

iD - SOAP::SOAPString
numProducts - SOAP::SOAPString
attributeSet - EBay::ResponseAttributeSetType
displayStockPhotos - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(iD = nil, numProducts = nil, attributeSet = [], displayStockPhotos = nil) ⇒ ProductSearchResultType

Returns a new instance of ProductSearchResultType.



29398
29399
29400
29401
29402
29403
29404
# File 'lib/eBay.rb', line 29398

def initialize(iD = nil, numProducts = nil, attributeSet = [], displayStockPhotos = nil)
  @iD = iD
  @numProducts = numProducts
  @attributeSet = attributeSet
  @displayStockPhotos = displayStockPhotos
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



29392
29393
29394
# File 'lib/eBay.rb', line 29392

def __xmlele_any
  @__xmlele_any
end

#attributeSetObject

Returns the value of attribute attributeSet.



29390
29391
29392
# File 'lib/eBay.rb', line 29390

def attributeSet
  @attributeSet
end

#displayStockPhotosObject

Returns the value of attribute displayStockPhotos.



29391
29392
29393
# File 'lib/eBay.rb', line 29391

def displayStockPhotos
  @displayStockPhotos
end

#iDObject

Returns the value of attribute iD.



29388
29389
29390
# File 'lib/eBay.rb', line 29388

def iD
  @iD
end

#numProductsObject

Returns the value of attribute numProducts.



29389
29390
29391
# File 'lib/eBay.rb', line 29389

def numProducts
  @numProducts
end

Instance Method Details

#set_any(elements) ⇒ Object



29394
29395
29396
# File 'lib/eBay.rb', line 29394

def set_any(elements)
  @__xmlele_any = elements
end