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.



8044
8045
8046
8047
8048
8049
8050
8051
8052
8053
8054
8055
8056
# File 'lib/eBay.rb', line 8044

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.



8035
8036
8037
# File 'lib/eBay.rb', line 8035

def __xmlele_any
  @__xmlele_any
end

#categoryStructureOnlyObject

Returns the value of attribute categoryStructureOnly.



8036
8037
8038
# File 'lib/eBay.rb', line 8036

def categoryStructureOnly
  @categoryStructureOnly
end

#detailLevelObject

Returns the value of attribute detailLevel.



8028
8029
8030
# File 'lib/eBay.rb', line 8028

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8032
8033
8034
# File 'lib/eBay.rb', line 8032

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8029
8030
8031
# File 'lib/eBay.rb', line 8029

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8033
8034
8035
# File 'lib/eBay.rb', line 8033

def invocationID
  @invocationID
end

#levelLimitObject

Returns the value of attribute levelLimit.



8038
8039
8040
# File 'lib/eBay.rb', line 8038

def levelLimit
  @levelLimit
end

#messageIDObject

Returns the value of attribute messageID.



8030
8031
8032
# File 'lib/eBay.rb', line 8030

def messageID
  @messageID
end

#rootCategoryIDObject

Returns the value of attribute rootCategoryID.



8037
8038
8039
# File 'lib/eBay.rb', line 8037

def rootCategoryID
  @rootCategoryID
end

#versionObject

Returns the value of attribute version.



8031
8032
8033
# File 'lib/eBay.rb', line 8031

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



8034
8035
8036
# File 'lib/eBay.rb', line 8034

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



8040
8041
8042
# File 'lib/eBay.rb', line 8040

def set_any(elements)
  @__xmlele_any = elements
end