Class: GetProductFinderRequestType
- Inherits:
-
Object
- Object
- GetProductFinderRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetProductFinderRequestType
Constant Summary collapse
- @@schema_type =
"GetProductFinderRequestType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]], ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]], ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]], ["invocationID", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["attributeSystemVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSystemVersion")]], ["productFinderID", ["SOAP::SOAPInt[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductFinderID")]]]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#productFinderID ⇒ Object
Returns the value of attribute productFinderID.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, attributeSystemVersion = nil, productFinderID = []) ⇒ GetProductFinderRequestType
constructor
A new instance of GetProductFinderRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, attributeSystemVersion = nil, productFinderID = []) ⇒ GetProductFinderRequestType
Returns a new instance of GetProductFinderRequestType.
5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 |
# File 'lib/eBay.rb', line 5679 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, attributeSystemVersion = nil, productFinderID = []) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @__xmlele_any = nil @attributeSystemVersion = attributeSystemVersion @productFinderID = productFinderID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
5671 5672 5673 |
# File 'lib/eBay.rb', line 5671 def __xmlele_any @__xmlele_any end |
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
5672 5673 5674 |
# File 'lib/eBay.rb', line 5672 def attributeSystemVersion @attributeSystemVersion end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5665 5666 5667 |
# File 'lib/eBay.rb', line 5665 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5669 5670 5671 |
# File 'lib/eBay.rb', line 5669 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5666 5667 5668 |
# File 'lib/eBay.rb', line 5666 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5670 5671 5672 |
# File 'lib/eBay.rb', line 5670 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5667 5668 5669 |
# File 'lib/eBay.rb', line 5667 def end |
#productFinderID ⇒ Object
Returns the value of attribute productFinderID.
5673 5674 5675 |
# File 'lib/eBay.rb', line 5673 def productFinderID @productFinderID end |
#version ⇒ Object
Returns the value of attribute version.
5668 5669 5670 |
# File 'lib/eBay.rb', line 5668 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
5675 5676 5677 |
# File 'lib/eBay.rb', line 5675 def set_any(elements) @__xmlele_any = elements end |