Class: GetProductSearchPageRequestType
- Inherits:
-
Object
- Object
- GetProductSearchPageRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetProductSearchPageRequestType
Constant Summary collapse
- @@schema_type =
"GetProductSearchPageRequestType"
- @@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")]], ["attributeSystemVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSystemVersion")]], ["attributeSetID", ["SOAP::SOAPInt[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSetID")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attributeSetID ⇒ Object
Returns the value of attribute attributeSetID.
-
#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.
-
#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, attributeSystemVersion = nil, attributeSetID = []) ⇒ GetProductSearchPageRequestType
constructor
A new instance of GetProductSearchPageRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, attributeSystemVersion = nil, attributeSetID = []) ⇒ GetProductSearchPageRequestType
Returns a new instance of GetProductSearchPageRequestType.
7367 7368 7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 |
# File 'lib/eBay.rb', line 7367 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, attributeSystemVersion = nil, attributeSetID = []) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @attributeSystemVersion = attributeSystemVersion @attributeSetID = attributeSetID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
7359 7360 7361 |
# File 'lib/eBay.rb', line 7359 def __xmlele_any @__xmlele_any end |
#attributeSetID ⇒ Object
Returns the value of attribute attributeSetID.
7361 7362 7363 |
# File 'lib/eBay.rb', line 7361 def attributeSetID @attributeSetID end |
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
7360 7361 7362 |
# File 'lib/eBay.rb', line 7360 def attributeSystemVersion @attributeSystemVersion end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
7352 7353 7354 |
# File 'lib/eBay.rb', line 7352 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
7356 7357 7358 |
# File 'lib/eBay.rb', line 7356 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
7353 7354 7355 |
# File 'lib/eBay.rb', line 7353 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
7357 7358 7359 |
# File 'lib/eBay.rb', line 7357 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
7354 7355 7356 |
# File 'lib/eBay.rb', line 7354 def @messageID end |
#version ⇒ Object
Returns the value of attribute version.
7355 7356 7357 |
# File 'lib/eBay.rb', line 7355 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
7358 7359 7360 |
# File 'lib/eBay.rb', line 7358 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
7363 7364 7365 |
# File 'lib/eBay.rb', line 7363 def set_any(elements) @__xmlele_any = elements end |