Class: GetProductSearchResultsRequestType
- Inherits:
-
Object
- Object
- GetProductSearchResultsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetProductSearchResultsRequestType
Constant Summary collapse
- @@schema_type =
"GetProductSearchResultsRequestType"- @@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", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["productSearch", ["ProductSearchType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductSearch")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#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.
-
#productSearch ⇒ Object
Returns the value of attribute productSearch.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, productSearch = []) ⇒ GetProductSearchResultsRequestType
constructor
A new instance of GetProductSearchResultsRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, productSearch = []) ⇒ GetProductSearchResultsRequestType
Returns a new instance of GetProductSearchResultsRequestType.
7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 |
# File 'lib/eBay.rb', line 7475 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, productSearch = []) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @productSearch = productSearch end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
7468 7469 7470 |
# File 'lib/eBay.rb', line 7468 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
7461 7462 7463 |
# File 'lib/eBay.rb', line 7461 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
7465 7466 7467 |
# File 'lib/eBay.rb', line 7465 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
7462 7463 7464 |
# File 'lib/eBay.rb', line 7462 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
7466 7467 7468 |
# File 'lib/eBay.rb', line 7466 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
7463 7464 7465 |
# File 'lib/eBay.rb', line 7463 def @messageID end |
#productSearch ⇒ Object
Returns the value of attribute productSearch.
7469 7470 7471 |
# File 'lib/eBay.rb', line 7469 def productSearch @productSearch end |
#version ⇒ Object
Returns the value of attribute version.
7464 7465 7466 |
# File 'lib/eBay.rb', line 7464 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
7467 7468 7469 |
# File 'lib/eBay.rb', line 7467 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
7471 7472 7473 |
# File 'lib/eBay.rb', line 7471 def set_any(elements) @__xmlele_any = elements end |