Class: EBay::GetStoreRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetStoreRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
categoryStructureOnly - SOAP::SOAPBoolean
rootCategoryID - SOAP::SOAPLong
levelLimit - SOAP::SOAPInt
userID - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryStructureOnly = nil, rootCategoryID = nil, levelLimit = nil, userID = nil) ⇒ GetStoreRequestType

Returns a new instance of GetStoreRequestType.



5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
# File 'lib/eBay.rb', line 5172

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryStructureOnly = nil, rootCategoryID = nil, levelLimit = nil, userID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @categoryStructureOnly = categoryStructureOnly
  @rootCategoryID = rootCategoryID
  @levelLimit = levelLimit
  @userID = userID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5162
5163
5164
# File 'lib/eBay.rb', line 5162

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5161
5162
5163
# File 'lib/eBay.rb', line 5161

def botBlock
  @botBlock
end

#categoryStructureOnlyObject

Returns the value of attribute categoryStructureOnly.



5163
5164
5165
# File 'lib/eBay.rb', line 5163

def categoryStructureOnly
  @categoryStructureOnly
end

#detailLevelObject

Returns the value of attribute detailLevel.



5152
5153
5154
# File 'lib/eBay.rb', line 5152

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5156
5157
5158
# File 'lib/eBay.rb', line 5156

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5157
5158
5159
# File 'lib/eBay.rb', line 5157

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5153
5154
5155
# File 'lib/eBay.rb', line 5153

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5158
5159
5160
# File 'lib/eBay.rb', line 5158

def invocationID
  @invocationID
end

#levelLimitObject

Returns the value of attribute levelLimit.



5165
5166
5167
# File 'lib/eBay.rb', line 5165

def levelLimit
  @levelLimit
end

#messageIDObject

Returns the value of attribute messageID.



5154
5155
5156
# File 'lib/eBay.rb', line 5154

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5159
5160
5161
# File 'lib/eBay.rb', line 5159

def outputSelector
  @outputSelector
end

#rootCategoryIDObject

Returns the value of attribute rootCategoryID.



5164
5165
5166
# File 'lib/eBay.rb', line 5164

def rootCategoryID
  @rootCategoryID
end

#userIDObject

Returns the value of attribute userID.



5166
5167
5168
# File 'lib/eBay.rb', line 5166

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



5155
5156
5157
# File 'lib/eBay.rb', line 5155

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5160
5161
5162
# File 'lib/eBay.rb', line 5160

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5168
5169
5170
# File 'lib/eBay.rb', line 5168

def set_any(elements)
  @__xmlele_any = elements
end