Class: ValidateTestUserRegistrationRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsValidateTestUserRegistrationRequestType

Constant Summary collapse

@@schema_type =
"ValidateTestUserRegistrationRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
["invocationID", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["feedbackScore", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackScore")]],
["registrationDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RegistrationDate")]],
["subscribeSA", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SubscribeSA")]],
["subscribeSAPro", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SubscribeSAPro")]],
["subscribeSM", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SubscribeSM")]],
["subscribeSMPro", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SubscribeSMPro")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, feedbackScore = nil, registrationDate = nil, subscribeSA = nil, subscribeSAPro = nil, subscribeSM = nil, subscribeSMPro = nil) ⇒ ValidateTestUserRegistrationRequestType

Returns a new instance of ValidateTestUserRegistrationRequestType.



11093
11094
11095
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107
# File 'lib/eBay.rb', line 11093

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, feedbackScore = nil, registrationDate = nil, subscribeSA = nil, subscribeSAPro = nil, subscribeSM = nil, subscribeSMPro = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__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.



11081
11082
11083
# File 'lib/eBay.rb', line 11081

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



11075
11076
11077
# File 'lib/eBay.rb', line 11075

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



11079
11080
11081
# File 'lib/eBay.rb', line 11079

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



11076
11077
11078
# File 'lib/eBay.rb', line 11076

def errorLanguage
  @errorLanguage
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



11082
11083
11084
# File 'lib/eBay.rb', line 11082

def feedbackScore
  @feedbackScore
end

#invocationIDObject

Returns the value of attribute invocationID.



11080
11081
11082
# File 'lib/eBay.rb', line 11080

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



11077
11078
11079
# File 'lib/eBay.rb', line 11077

def messageID
  @messageID
end

#registrationDateObject

Returns the value of attribute registrationDate.



11083
11084
11085
# File 'lib/eBay.rb', line 11083

def registrationDate
  @registrationDate
end

#subscribeSAObject

Returns the value of attribute subscribeSA.



11084
11085
11086
# File 'lib/eBay.rb', line 11084

def subscribeSA
  @subscribeSA
end

#subscribeSAProObject

Returns the value of attribute subscribeSAPro.



11085
11086
11087
# File 'lib/eBay.rb', line 11085

def subscribeSAPro
  @subscribeSAPro
end

#subscribeSMObject

Returns the value of attribute subscribeSM.



11086
11087
11088
# File 'lib/eBay.rb', line 11086

def subscribeSM
  @subscribeSM
end

#subscribeSMProObject

Returns the value of attribute subscribeSMPro.



11087
11088
11089
# File 'lib/eBay.rb', line 11087

def subscribeSMPro
  @subscribeSMPro
end

#versionObject

Returns the value of attribute version.



11078
11079
11080
# File 'lib/eBay.rb', line 11078

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11089
11090
11091
# File 'lib/eBay.rb', line 11089

def set_any(elements)
  @__xmlele_any = elements
end