Class: EBay::RevokeTokenRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsRevokeTokenRequestType

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
unsubscribeNotification - SOAP::SOAPBoolean

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, unsubscribeNotification = nil) ⇒ RevokeTokenRequestType

Returns a new instance of RevokeTokenRequestType.



7259
7260
7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
# File 'lib/eBay.rb', line 7259

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7252
7253
7254
# File 'lib/eBay.rb', line 7252

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



7251
7252
7253
# File 'lib/eBay.rb', line 7251

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



7242
7243
7244
# File 'lib/eBay.rb', line 7242

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



7246
7247
7248
# File 'lib/eBay.rb', line 7246

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7247
7248
7249
# File 'lib/eBay.rb', line 7247

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7243
7244
7245
# File 'lib/eBay.rb', line 7243

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7248
7249
7250
# File 'lib/eBay.rb', line 7248

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7244
7245
7246
# File 'lib/eBay.rb', line 7244

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



7249
7250
7251
# File 'lib/eBay.rb', line 7249

def outputSelector
  @outputSelector
end

#unsubscribeNotificationObject

Returns the value of attribute unsubscribeNotification.



7253
7254
7255
# File 'lib/eBay.rb', line 7253

def unsubscribeNotification
  @unsubscribeNotification
end

#versionObject

Returns the value of attribute version.



7245
7246
7247
# File 'lib/eBay.rb', line 7245

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



7250
7251
7252
# File 'lib/eBay.rb', line 7250

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



7255
7256
7257
# File 'lib/eBay.rb', line 7255

def set_any(elements)
  @__xmlele_any = elements
end