Class: ValidateTestUserRegistrationRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsValidateTestUserRegistrationRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
feedbackScore - SOAP::SOAPInt
registrationDate - SOAP::SOAPDateTime
subscribeSA - SOAP::SOAPBoolean
subscribeSAPro - SOAP::SOAPBoolean
subscribeSM - SOAP::SOAPBoolean
subscribeSMPro - SOAP::SOAPBoolean

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, feedbackScore = nil, registrationDate = nil, subscribeSA = nil, subscribeSAPro = nil, subscribeSM = nil, subscribeSMPro = nil) ⇒ ValidateTestUserRegistrationRequestType

Returns a new instance of ValidateTestUserRegistrationRequestType.



7160
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
# File 'lib/eBay.rb', line 7160

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, feedbackScore = nil, registrationDate = nil, subscribeSA = nil, subscribeSAPro = nil, subscribeSM = nil, subscribeSMPro = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @feedbackScore = feedbackScore
  @registrationDate = registrationDate
  @subscribeSA = subscribeSA
  @subscribeSAPro = subscribeSAPro
  @subscribeSM = subscribeSM
  @subscribeSMPro = subscribeSMPro
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7148
7149
7150
# File 'lib/eBay.rb', line 7148

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



7147
7148
7149
# File 'lib/eBay.rb', line 7147

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



7138
7139
7140
# File 'lib/eBay.rb', line 7138

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



7142
7143
7144
# File 'lib/eBay.rb', line 7142

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7143
7144
7145
# File 'lib/eBay.rb', line 7143

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7139
7140
7141
# File 'lib/eBay.rb', line 7139

def errorLanguage
  @errorLanguage
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



7149
7150
7151
# File 'lib/eBay.rb', line 7149

def feedbackScore
  @feedbackScore
end

#invocationIDObject

Returns the value of attribute invocationID.



7144
7145
7146
# File 'lib/eBay.rb', line 7144

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



7140
7141
7142
# File 'lib/eBay.rb', line 7140

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



7145
7146
7147
# File 'lib/eBay.rb', line 7145

def outputSelector
  @outputSelector
end

#registrationDateObject

Returns the value of attribute registrationDate.



7150
7151
7152
# File 'lib/eBay.rb', line 7150

def registrationDate
  @registrationDate
end

#subscribeSAObject

Returns the value of attribute subscribeSA.



7151
7152
7153
# File 'lib/eBay.rb', line 7151

def subscribeSA
  @subscribeSA
end

#subscribeSAProObject

Returns the value of attribute subscribeSAPro.



7152
7153
7154
# File 'lib/eBay.rb', line 7152

def subscribeSAPro
  @subscribeSAPro
end

#subscribeSMObject

Returns the value of attribute subscribeSM.



7153
7154
7155
# File 'lib/eBay.rb', line 7153

def subscribeSM
  @subscribeSM
end

#subscribeSMProObject

Returns the value of attribute subscribeSMPro.



7154
7155
7156
# File 'lib/eBay.rb', line 7154

def subscribeSMPro
  @subscribeSMPro
end

#versionObject

Returns the value of attribute version.



7141
7142
7143
# File 'lib/eBay.rb', line 7141

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



7146
7147
7148
# File 'lib/eBay.rb', line 7146

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



7156
7157
7158
# File 'lib/eBay.rb', line 7156

def set_any(elements)
  @__xmlele_any = elements
end