Class: GetNotificationPreferencesResponseType

Inherits:
Object
  • Object
show all
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")]],
  ["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

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, applicationDeliveryPreferences = nil, userDeliveryPreferenceArray = nil, userData = nil, eventProperty = []) ⇒ GetNotificationPreferencesResponseType

Returns a new instance of GetNotificationPreferencesResponseType.



5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
# File 'lib/eBay.rb', line 5573

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, applicationDeliveryPreferences = nil, userDeliveryPreferenceArray = nil, userData = nil, eventProperty = [])
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @applicationDeliveryPreferences = applicationDeliveryPreferences
  @userDeliveryPreferenceArray = userDeliveryPreferenceArray
  @userData = userData
  @eventProperty = eventProperty
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5563
5564
5565
# File 'lib/eBay.rb', line 5563

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



5552
5553
5554
# File 'lib/eBay.rb', line 5552

def ack
  @ack
end

#applicationDeliveryPreferencesObject

Returns the value of attribute applicationDeliveryPreferences.



5564
5565
5566
# File 'lib/eBay.rb', line 5564

def applicationDeliveryPreferences
  @applicationDeliveryPreferences
end

#buildObject

Returns the value of attribute build.



5557
5558
5559
# File 'lib/eBay.rb', line 5557

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



5553
5554
5555
# File 'lib/eBay.rb', line 5553

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



5559
5560
5561
# File 'lib/eBay.rb', line 5559

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



5554
5555
5556
# File 'lib/eBay.rb', line 5554

def errors
  @errors
end

#eventPropertyObject

Returns the value of attribute eventProperty.



5567
5568
5569
# File 'lib/eBay.rb', line 5567

def eventProperty
  @eventProperty
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



5562
5563
5564
# File 'lib/eBay.rb', line 5562

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



5555
5556
5557
# File 'lib/eBay.rb', line 5555

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



5558
5559
5560
# File 'lib/eBay.rb', line 5558

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



5561
5562
5563
# File 'lib/eBay.rb', line 5561

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



5560
5561
5562
# File 'lib/eBay.rb', line 5560

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



5551
5552
5553
# File 'lib/eBay.rb', line 5551

def timestamp
  @timestamp
end

#userDataObject

Returns the value of attribute userData.



5566
5567
5568
# File 'lib/eBay.rb', line 5566

def userData
  @userData
end

#userDeliveryPreferenceArrayObject

Returns the value of attribute userDeliveryPreferenceArray.



5565
5566
5567
# File 'lib/eBay.rb', line 5565

def userDeliveryPreferenceArray
  @userDeliveryPreferenceArray
end

#versionObject

Returns the value of attribute version.



5556
5557
5558
# File 'lib/eBay.rb', line 5556

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5569
5570
5571
# File 'lib/eBay.rb', line 5569

def set_any(elements)
  @__xmlele_any = elements
end