Class: EBay::ExtendedProductFinderIDType
- Inherits:
-
Object
- Object
- EBay::ExtendedProductFinderIDType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsExtendedProductFinderIDType
productFinderID - SOAP::SOAPInt
productFinderBuySide - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#productFinderBuySide ⇒ Object
Returns the value of attribute productFinderBuySide.
-
#productFinderID ⇒ Object
Returns the value of attribute productFinderID.
Instance Method Summary collapse
-
#initialize(productFinderID = nil, productFinderBuySide = nil) ⇒ ExtendedProductFinderIDType
constructor
A new instance of ExtendedProductFinderIDType.
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
#productFinderBuySide ⇒ Object
Returns the value of attribute productFinderBuySide.
23949 23950 23951 |
# File 'lib/eBay.rb', line 23949 def productFinderBuySide @productFinderBuySide end |
#productFinderID ⇒ Object
Returns the value of attribute productFinderID.
23948 23949 23950 |
# File 'lib/eBay.rb', line 23948 def productFinderID @productFinderID end |