Class: GetStoreRequestType
- Inherits:
-
Object
- Object
- GetStoreRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetStoreRequestType
Constant Summary collapse
- @@schema_type =
"GetStoreRequestType"- @@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")]], ["categoryStructureOnly", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryStructureOnly")]], ["rootCategoryID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RootCategoryID")]], ["levelLimit", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LevelLimit")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#categoryStructureOnly ⇒ Object
Returns the value of attribute categoryStructureOnly.
-
#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.
-
#levelLimit ⇒ Object
Returns the value of attribute levelLimit.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#rootCategoryID ⇒ Object
Returns the value of attribute rootCategoryID.
-
#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, categoryStructureOnly = nil, rootCategoryID = nil, levelLimit = nil) ⇒ GetStoreRequestType
constructor
A new instance of GetStoreRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryStructureOnly = nil, rootCategoryID = nil, levelLimit = nil) ⇒ GetStoreRequestType
Returns a new instance of GetStoreRequestType.
9111 9112 9113 9114 9115 9116 9117 9118 9119 9120 9121 9122 9123 |
# File 'lib/eBay.rb', line 9111 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryStructureOnly = nil, rootCategoryID = nil, levelLimit = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @categoryStructureOnly = categoryStructureOnly @rootCategoryID = rootCategoryID @levelLimit = levelLimit end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
9102 9103 9104 |
# File 'lib/eBay.rb', line 9102 def __xmlele_any @__xmlele_any end |
#categoryStructureOnly ⇒ Object
Returns the value of attribute categoryStructureOnly.
9103 9104 9105 |
# File 'lib/eBay.rb', line 9103 def categoryStructureOnly @categoryStructureOnly end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
9095 9096 9097 |
# File 'lib/eBay.rb', line 9095 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
9099 9100 9101 |
# File 'lib/eBay.rb', line 9099 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
9096 9097 9098 |
# File 'lib/eBay.rb', line 9096 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
9100 9101 9102 |
# File 'lib/eBay.rb', line 9100 def invocationID @invocationID end |
#levelLimit ⇒ Object
Returns the value of attribute levelLimit.
9105 9106 9107 |
# File 'lib/eBay.rb', line 9105 def levelLimit @levelLimit end |
#messageID ⇒ Object
Returns the value of attribute messageID.
9097 9098 9099 |
# File 'lib/eBay.rb', line 9097 def end |
#rootCategoryID ⇒ Object
Returns the value of attribute rootCategoryID.
9104 9105 9106 |
# File 'lib/eBay.rb', line 9104 def rootCategoryID @rootCategoryID end |
#version ⇒ Object
Returns the value of attribute version.
9098 9099 9100 |
# File 'lib/eBay.rb', line 9098 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
9101 9102 9103 |
# File 'lib/eBay.rb', line 9101 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
9107 9108 9109 |
# File 'lib/eBay.rb', line 9107 def set_any(elements) @__xmlele_any = elements end |