Class: GetNotificationPreferencesResponseType
- Inherits:
-
Object
- Object
- GetNotificationPreferencesResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetNotificationPreferencesResponseType
Constant Summary collapse
- @@schema_type =
"GetNotificationPreferencesResponseType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]], ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]], ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]], ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]], ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]], ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]], ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]], ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]], ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]], ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["applicationDeliveryPreferences", ["ApplicationDeliveryPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ApplicationDeliveryPreferences")]], ["userDeliveryPreferenceArray", ["NotificationEnableArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserDeliveryPreferenceArray")]], ["userData", ["NotificationUserDataType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserData")]], ["eventProperty", ["NotificationEventPropertyType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EventProperty")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#applicationDeliveryPreferences ⇒ Object
Returns the value of attribute applicationDeliveryPreferences.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#eventProperty ⇒ Object
Returns the value of attribute eventProperty.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#userData ⇒ Object
Returns the value of attribute userData.
-
#userDeliveryPreferenceArray ⇒ Object
Returns the value of attribute userDeliveryPreferenceArray.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, applicationDeliveryPreferences = nil, userDeliveryPreferenceArray = nil, userData = nil, eventProperty = []) ⇒ GetNotificationPreferencesResponseType
constructor
A new instance of GetNotificationPreferencesResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, applicationDeliveryPreferences = nil, userDeliveryPreferenceArray = nil, userData = nil, eventProperty = []) ⇒ GetNotificationPreferencesResponseType
Returns a new instance of GetNotificationPreferencesResponseType.
6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 |
# File 'lib/eBay.rb', line 6290 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, applicationDeliveryPreferences = nil, userDeliveryPreferenceArray = nil, userData = nil, eventProperty = []) = @ack = ack @correlationID = correlationID @errors = errors = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @__xmlele_any = nil @applicationDeliveryPreferences = applicationDeliveryPreferences @userDeliveryPreferenceArray = userDeliveryPreferenceArray @userData = userData @eventProperty = eventProperty end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
6280 6281 6282 |
# File 'lib/eBay.rb', line 6280 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
6268 6269 6270 |
# File 'lib/eBay.rb', line 6268 def ack @ack end |
#applicationDeliveryPreferences ⇒ Object
Returns the value of attribute applicationDeliveryPreferences.
6281 6282 6283 |
# File 'lib/eBay.rb', line 6281 def applicationDeliveryPreferences @applicationDeliveryPreferences end |
#build ⇒ Object
Returns the value of attribute build.
6273 6274 6275 |
# File 'lib/eBay.rb', line 6273 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
6269 6270 6271 |
# File 'lib/eBay.rb', line 6269 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
6275 6276 6277 |
# File 'lib/eBay.rb', line 6275 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
6277 6278 6279 |
# File 'lib/eBay.rb', line 6277 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
6270 6271 6272 |
# File 'lib/eBay.rb', line 6270 def errors @errors end |
#eventProperty ⇒ Object
Returns the value of attribute eventProperty.
6284 6285 6286 |
# File 'lib/eBay.rb', line 6284 def eventProperty @eventProperty end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
6279 6280 6281 |
# File 'lib/eBay.rb', line 6279 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
6271 6272 6273 |
# File 'lib/eBay.rb', line 6271 def end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
6274 6275 6276 |
# File 'lib/eBay.rb', line 6274 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
6278 6279 6280 |
# File 'lib/eBay.rb', line 6278 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
6276 6277 6278 |
# File 'lib/eBay.rb', line 6276 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
6267 6268 6269 |
# File 'lib/eBay.rb', line 6267 def end |
#userData ⇒ Object
Returns the value of attribute userData.
6283 6284 6285 |
# File 'lib/eBay.rb', line 6283 def userData @userData end |
#userDeliveryPreferenceArray ⇒ Object
Returns the value of attribute userDeliveryPreferenceArray.
6282 6283 6284 |
# File 'lib/eBay.rb', line 6282 def userDeliveryPreferenceArray @userDeliveryPreferenceArray end |
#version ⇒ Object
Returns the value of attribute version.
6272 6273 6274 |
# File 'lib/eBay.rb', line 6272 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
6286 6287 6288 |
# File 'lib/eBay.rb', line 6286 def set_any(elements) @__xmlele_any = elements end |