Class: ValidateTestUserRegistrationRequestType
- Inherits:
-
Object
- Object
- ValidateTestUserRegistrationRequestType
- 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", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]], ["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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#feedbackScore ⇒ Object
Returns the value of attribute feedbackScore.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#registrationDate ⇒ Object
Returns the value of attribute registrationDate.
-
#subscribeSA ⇒ Object
Returns the value of attribute subscribeSA.
-
#subscribeSAPro ⇒ Object
Returns the value of attribute subscribeSAPro.
-
#subscribeSM ⇒ Object
Returns the value of attribute subscribeSM.
-
#subscribeSMPro ⇒ Object
Returns the value of attribute subscribeSMPro.
-
#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, errorHandling = nil, invocationID = nil, warningLevel = nil, feedbackScore = nil, registrationDate = nil, subscribeSA = nil, subscribeSAPro = nil, subscribeSM = nil, subscribeSMPro = nil) ⇒ ValidateTestUserRegistrationRequestType
constructor
A new instance of ValidateTestUserRegistrationRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, feedbackScore = nil, registrationDate = nil, subscribeSA = nil, subscribeSAPro = nil, subscribeSM = nil, subscribeSMPro = nil) ⇒ ValidateTestUserRegistrationRequestType
Returns a new instance of ValidateTestUserRegistrationRequestType.
13902 13903 13904 13905 13906 13907 13908 13909 13910 13911 13912 13913 13914 13915 13916 13917 |
# File 'lib/eBay.rb', line 13902 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, feedbackScore = nil, registrationDate = nil, subscribeSA = nil, subscribeSAPro = nil, subscribeSM = nil, subscribeSMPro = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @feedbackScore = feedbackScore @registrationDate = registrationDate @subscribeSA = subscribeSA @subscribeSAPro = subscribeSAPro @subscribeSM = subscribeSM @subscribeSMPro = subscribeSMPro end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
13890 13891 13892 |
# File 'lib/eBay.rb', line 13890 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
13883 13884 13885 |
# File 'lib/eBay.rb', line 13883 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
13887 13888 13889 |
# File 'lib/eBay.rb', line 13887 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
13884 13885 13886 |
# File 'lib/eBay.rb', line 13884 def errorLanguage @errorLanguage end |
#feedbackScore ⇒ Object
Returns the value of attribute feedbackScore.
13891 13892 13893 |
# File 'lib/eBay.rb', line 13891 def feedbackScore @feedbackScore end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
13888 13889 13890 |
# File 'lib/eBay.rb', line 13888 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
13885 13886 13887 |
# File 'lib/eBay.rb', line 13885 def end |
#registrationDate ⇒ Object
Returns the value of attribute registrationDate.
13892 13893 13894 |
# File 'lib/eBay.rb', line 13892 def registrationDate @registrationDate end |
#subscribeSA ⇒ Object
Returns the value of attribute subscribeSA.
13893 13894 13895 |
# File 'lib/eBay.rb', line 13893 def subscribeSA @subscribeSA end |
#subscribeSAPro ⇒ Object
Returns the value of attribute subscribeSAPro.
13894 13895 13896 |
# File 'lib/eBay.rb', line 13894 def subscribeSAPro @subscribeSAPro end |
#subscribeSM ⇒ Object
Returns the value of attribute subscribeSM.
13895 13896 13897 |
# File 'lib/eBay.rb', line 13895 def subscribeSM @subscribeSM end |
#subscribeSMPro ⇒ Object
Returns the value of attribute subscribeSMPro.
13896 13897 13898 |
# File 'lib/eBay.rb', line 13896 def subscribeSMPro @subscribeSMPro end |
#version ⇒ Object
Returns the value of attribute version.
13886 13887 13888 |
# File 'lib/eBay.rb', line 13886 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
13889 13890 13891 |
# File 'lib/eBay.rb', line 13889 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
13898 13899 13900 |
# File 'lib/eBay.rb', line 13898 def set_any(elements) @__xmlele_any = elements end |