Class: EBay::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.



23951
23952
23953
23954
# File 'lib/eBay.rb', line 23951

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

Instance Attribute Details

#productFinderBuySideObject

Returns the value of attribute productFinderBuySide.



23949
23950
23951
# File 'lib/eBay.rb', line 23949

def productFinderBuySide
  @productFinderBuySide
end

#productFinderIDObject

Returns the value of attribute productFinderID.



23948
23949
23950
# File 'lib/eBay.rb', line 23948

def productFinderID
  @productFinderID
end