Class: GetStoreRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryStructureOnly = nil, rootCategoryID = nil, levelLimit = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @categoryStructureOnly = categoryStructureOnly
  @rootCategoryID = rootCategoryID
  @levelLimit = levelLimit
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9102
9103
9104
# File 'lib/eBay.rb', line 9102

def __xmlele_any
  @__xmlele_any
end

#categoryStructureOnlyObject

Returns the value of attribute categoryStructureOnly.



9103
9104
9105
# File 'lib/eBay.rb', line 9103

def categoryStructureOnly
  @categoryStructureOnly
end

#detailLevelObject

Returns the value of attribute detailLevel.



9095
9096
9097
# File 'lib/eBay.rb', line 9095

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



9099
9100
9101
# File 'lib/eBay.rb', line 9099

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



9096
9097
9098
# File 'lib/eBay.rb', line 9096

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



9100
9101
9102
# File 'lib/eBay.rb', line 9100

def invocationID
  @invocationID
end

#levelLimitObject

Returns the value of attribute levelLimit.



9105
9106
9107
# File 'lib/eBay.rb', line 9105

def levelLimit
  @levelLimit
end

#messageIDObject

Returns the value of attribute messageID.



9097
9098
9099
# File 'lib/eBay.rb', line 9097

def messageID
  @messageID
end

#rootCategoryIDObject

Returns the value of attribute rootCategoryID.



9104
9105
9106
# File 'lib/eBay.rb', line 9104

def rootCategoryID
  @rootCategoryID
end

#versionObject

Returns the value of attribute version.



9098
9099
9100
# File 'lib/eBay.rb', line 9098

def version
  @version
end

#warningLevelObject

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