Class: EBay::GetTokenStatusRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetTokenStatusRequestType

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

Returns a new instance of GetTokenStatusRequestType.



5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
# File 'lib/eBay.rb', line 5486

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.



5480
5481
5482
# File 'lib/eBay.rb', line 5480

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5479
5480
5481
# File 'lib/eBay.rb', line 5479

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5470
5471
5472
# File 'lib/eBay.rb', line 5470

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5474
5475
5476
# File 'lib/eBay.rb', line 5474

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5475
5476
5477
# File 'lib/eBay.rb', line 5475

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5471
5472
5473
# File 'lib/eBay.rb', line 5471

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5476
5477
5478
# File 'lib/eBay.rb', line 5476

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5472
5473
5474
# File 'lib/eBay.rb', line 5472

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5477
5478
5479
# File 'lib/eBay.rb', line 5477

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



5473
5474
5475
# File 'lib/eBay.rb', line 5473

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5478
5479
5480
# File 'lib/eBay.rb', line 5478

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5482
5483
5484
# File 'lib/eBay.rb', line 5482

def set_any(elements)
  @__xmlele_any = elements
end