Class: EBay::GetSellerDashboardRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerDashboardRequestType

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

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) ⇒ GetSellerDashboardRequestType

Returns a new instance of GetSellerDashboardRequestType.



4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
# File 'lib/eBay.rb', line 4266

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4260
4261
4262
# File 'lib/eBay.rb', line 4260

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4259
4260
4261
# File 'lib/eBay.rb', line 4259

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4250
4251
4252
# File 'lib/eBay.rb', line 4250

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4254
4255
4256
# File 'lib/eBay.rb', line 4254

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4255
4256
4257
# File 'lib/eBay.rb', line 4255

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4251
4252
4253
# File 'lib/eBay.rb', line 4251

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4256
4257
4258
# File 'lib/eBay.rb', line 4256

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4252
4253
4254
# File 'lib/eBay.rb', line 4252

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4257
4258
4259
# File 'lib/eBay.rb', line 4257

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



4253
4254
4255
# File 'lib/eBay.rb', line 4253

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4258
4259
4260
# File 'lib/eBay.rb', line 4258

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4262
4263
4264
# File 'lib/eBay.rb', line 4262

def set_any(elements)
  @__xmlele_any = elements
end