Class: EBay::GetClientAlertsAuthTokenRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetClientAlertsAuthTokenRequestType

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

Returns a new instance of GetClientAlertsAuthTokenRequestType.



2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
# File 'lib/eBay.rb', line 2503

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.



2497
2498
2499
# File 'lib/eBay.rb', line 2497

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2496
2497
2498
# File 'lib/eBay.rb', line 2496

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2487
2488
2489
# File 'lib/eBay.rb', line 2487

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2491
2492
2493
# File 'lib/eBay.rb', line 2491

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2492
2493
2494
# File 'lib/eBay.rb', line 2492

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2488
2489
2490
# File 'lib/eBay.rb', line 2488

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2493
2494
2495
# File 'lib/eBay.rb', line 2493

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2489
2490
2491
# File 'lib/eBay.rb', line 2489

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2494
2495
2496
# File 'lib/eBay.rb', line 2494

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



2490
2491
2492
# File 'lib/eBay.rb', line 2490

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2495
2496
2497
# File 'lib/eBay.rb', line 2495

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2499
2500
2501
# File 'lib/eBay.rb', line 2499

def set_any(elements)
  @__xmlele_any = elements
end