Class: EBay::ValidateTestUserRegistrationRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsValidateTestUserRegistrationRequestType

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
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.



8512
8513
8514
8515
8516
8517
8518
8519
8520
8521
8522
8523
8524
8525
8526
8527
8528
8529
8530
# File 'lib/eBay.rb', line 8512

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.



8500
8501
8502
# File 'lib/eBay.rb', line 8500

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



8499
8500
8501
# File 'lib/eBay.rb', line 8499

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



8490
8491
8492
# File 'lib/eBay.rb', line 8490

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



8494
8495
8496
# File 'lib/eBay.rb', line 8494

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8495
8496
8497
# File 'lib/eBay.rb', line 8495

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8491
8492
8493
# File 'lib/eBay.rb', line 8491

def errorLanguage
  @errorLanguage
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



8501
8502
8503
# File 'lib/eBay.rb', line 8501

def feedbackScore
  @feedbackScore
end

#invocationIDObject

Returns the value of attribute invocationID.



8496
8497
8498
# File 'lib/eBay.rb', line 8496

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



8492
8493
8494
# File 'lib/eBay.rb', line 8492

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



8497
8498
8499
# File 'lib/eBay.rb', line 8497

def outputSelector
  @outputSelector
end

#registrationDateObject

Returns the value of attribute registrationDate.



8502
8503
8504
# File 'lib/eBay.rb', line 8502

def registrationDate
  @registrationDate
end

#subscribeSAObject

Returns the value of attribute subscribeSA.



8503
8504
8505
# File 'lib/eBay.rb', line 8503

def subscribeSA
  @subscribeSA
end

#subscribeSAProObject

Returns the value of attribute subscribeSAPro.



8504
8505
8506
# File 'lib/eBay.rb', line 8504

def subscribeSAPro
  @subscribeSAPro
end

#subscribeSMObject

Returns the value of attribute subscribeSM.



8505
8506
8507
# File 'lib/eBay.rb', line 8505

def subscribeSM
  @subscribeSM
end

#subscribeSMProObject

Returns the value of attribute subscribeSMPro.



8506
8507
8508
# File 'lib/eBay.rb', line 8506

def subscribeSMPro
  @subscribeSMPro
end

#versionObject

Returns the value of attribute version.



8493
8494
8495
# File 'lib/eBay.rb', line 8493

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



8498
8499
8500
# File 'lib/eBay.rb', line 8498

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



8508
8509
8510
# File 'lib/eBay.rb', line 8508

def set_any(elements)
  @__xmlele_any = elements
end