Class: ExtendedProductFinderIDType
- Inherits:
-
Object
- Object
- ExtendedProductFinderIDType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsExtendedProductFinderIDType
Constant Summary collapse
- @@schema_type =
"ExtendedProductFinderIDType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["productFinderID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductFinderID")]], ["productFinderBuySide", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductFinderBuySide")]] ]
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.
17539 17540 17541 17542 |
# File 'lib/eBay.rb', line 17539 def initialize(productFinderID = nil, productFinderBuySide = nil) @productFinderID = productFinderID @productFinderBuySide = productFinderBuySide end |
Instance Attribute Details
#productFinderBuySide ⇒ Object
Returns the value of attribute productFinderBuySide.
17537 17538 17539 |
# File 'lib/eBay.rb', line 17537 def productFinderBuySide @productFinderBuySide end |
#productFinderID ⇒ Object
Returns the value of attribute productFinderID.
17536 17537 17538 |
# File 'lib/eBay.rb', line 17536 def productFinderID @productFinderID end |