Class: EBay::GetSessionIDRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetSessionIDRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSessionIDRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
ruName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#ruName ⇒ Object
Returns the value of attribute ruName.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, ruName = nil) ⇒ GetSessionIDRequestType
constructor
A new instance of GetSessionIDRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, ruName = nil) ⇒ GetSessionIDRequestType
Returns a new instance of GetSessionIDRequestType.
5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 |
# File 'lib/eBay.rb', line 5077 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, ruName = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @ruName = ruName end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
5070 5071 5072 |
# File 'lib/eBay.rb', line 5070 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
5069 5070 5071 |
# File 'lib/eBay.rb', line 5069 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5060 5061 5062 |
# File 'lib/eBay.rb', line 5060 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
5064 5065 5066 |
# File 'lib/eBay.rb', line 5064 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5065 5066 5067 |
# File 'lib/eBay.rb', line 5065 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5061 5062 5063 |
# File 'lib/eBay.rb', line 5061 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5066 5067 5068 |
# File 'lib/eBay.rb', line 5066 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5062 5063 5064 |
# File 'lib/eBay.rb', line 5062 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
5067 5068 5069 |
# File 'lib/eBay.rb', line 5067 def outputSelector @outputSelector end |
#ruName ⇒ Object
Returns the value of attribute ruName.
5071 5072 5073 |
# File 'lib/eBay.rb', line 5071 def ruName @ruName end |
#version ⇒ Object
Returns the value of attribute version.
5063 5064 5065 |
# File 'lib/eBay.rb', line 5063 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
5068 5069 5070 |
# File 'lib/eBay.rb', line 5068 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
5073 5074 5075 |
# File 'lib/eBay.rb', line 5073 def set_any(elements) @__xmlele_any = elements end |