Class: EBay::GetChallengeTokenRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetChallengeTokenRequestType

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

Returns a new instance of GetChallengeTokenRequestType.



2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
# File 'lib/eBay.rb', line 2390

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.



2384
2385
2386
# File 'lib/eBay.rb', line 2384

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2383
2384
2385
# File 'lib/eBay.rb', line 2383

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2374
2375
2376
# File 'lib/eBay.rb', line 2374

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2378
2379
2380
# File 'lib/eBay.rb', line 2378

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2379
2380
2381
# File 'lib/eBay.rb', line 2379

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2375
2376
2377
# File 'lib/eBay.rb', line 2375

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2380
2381
2382
# File 'lib/eBay.rb', line 2380

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2376
2377
2378
# File 'lib/eBay.rb', line 2376

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2381
2382
2383
# File 'lib/eBay.rb', line 2381

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



2377
2378
2379
# File 'lib/eBay.rb', line 2377

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2382
2383
2384
# File 'lib/eBay.rb', line 2382

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2386
2387
2388
# File 'lib/eBay.rb', line 2386

def set_any(elements)
  @__xmlele_any = elements
end