Class: ExtendedProductFinderIDType

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

Overview

urn:ebay:apis:eBLBaseComponentsExtendedProductFinderIDType

productFinderID - SOAP::SOAPInt
productFinderBuySide - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productFinderID = nil, productFinderBuySide = nil) ⇒ ExtendedProductFinderIDType

Returns a new instance of ExtendedProductFinderIDType.



19280
19281
19282
19283
# File 'lib/eBay.rb', line 19280

def initialize(productFinderID = nil, productFinderBuySide = nil)
  @productFinderID = productFinderID
  @productFinderBuySide = productFinderBuySide
end

Instance Attribute Details

#productFinderBuySideObject

Returns the value of attribute productFinderBuySide.



19278
19279
19280
# File 'lib/eBay.rb', line 19278

def productFinderBuySide
  @productFinderBuySide
end

#productFinderIDObject

Returns the value of attribute productFinderID.



19277
19278
19279
# File 'lib/eBay.rb', line 19277

def productFinderID
  @productFinderID
end