Class: EBay::ConfirmIdentityRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsConfirmIdentityRequestType

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
sessionID - SOAP::SOAPString

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, sessionID = nil) ⇒ ConfirmIdentityRequestType

Returns a new instance of ConfirmIdentityRequestType.



1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
# File 'lib/eBay.rb', line 1028

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1021
1022
1023
# File 'lib/eBay.rb', line 1021

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1020
1021
1022
# File 'lib/eBay.rb', line 1020

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



1011
1012
1013
# File 'lib/eBay.rb', line 1011

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1015
1016
1017
# File 'lib/eBay.rb', line 1015

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1016
1017
1018
# File 'lib/eBay.rb', line 1016

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1012
1013
1014
# File 'lib/eBay.rb', line 1012

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1017
1018
1019
# File 'lib/eBay.rb', line 1017

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1013
1014
1015
# File 'lib/eBay.rb', line 1013

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1018
1019
1020
# File 'lib/eBay.rb', line 1018

def outputSelector
  @outputSelector
end

#sessionIDObject

Returns the value of attribute sessionID.



1022
1023
1024
# File 'lib/eBay.rb', line 1022

def sessionID
  @sessionID
end

#versionObject

Returns the value of attribute version.



1014
1015
1016
# File 'lib/eBay.rb', line 1014

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1019
1020
1021
# File 'lib/eBay.rb', line 1019

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1024
1025
1026
# File 'lib/eBay.rb', line 1024

def set_any(elements)
  @__xmlele_any = elements
end