Class: GetNotificationPreferencesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetNotificationPreferencesResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
applicationDeliveryPreferences - ApplicationDeliveryPreferencesType
userDeliveryPreferenceArray - NotificationEnableArrayType
userData - NotificationUserDataType
eventProperty - NotificationEventPropertyType

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, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, applicationDeliveryPreferences = nil, userDeliveryPreferenceArray = nil, userData = nil, eventProperty = []) ⇒ GetNotificationPreferencesResponseType

Returns a new instance of GetNotificationPreferencesResponseType.



10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
# File 'lib/eBay.rb', line 10839

def 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, botBlock = 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
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @__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.



10829
10830
10831
# File 'lib/eBay.rb', line 10829

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10816
10817
10818
# File 'lib/eBay.rb', line 10816

def ack
  @ack
end

#applicationDeliveryPreferencesObject

Returns the value of attribute applicationDeliveryPreferences.



10830
10831
10832
# File 'lib/eBay.rb', line 10830

def applicationDeliveryPreferences
  @applicationDeliveryPreferences
end

#botBlockObject

Returns the value of attribute botBlock.



10828
10829
10830
# File 'lib/eBay.rb', line 10828

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10821
10822
10823
# File 'lib/eBay.rb', line 10821

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10817
10818
10819
# File 'lib/eBay.rb', line 10817

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10823
10824
10825
# File 'lib/eBay.rb', line 10823

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10825
10826
10827
# File 'lib/eBay.rb', line 10825

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



10818
10819
10820
# File 'lib/eBay.rb', line 10818

def errors
  @errors
end

#eventPropertyObject

Returns the value of attribute eventProperty.



10833
10834
10835
# File 'lib/eBay.rb', line 10833

def eventProperty
  @eventProperty
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10827
10828
10829
# File 'lib/eBay.rb', line 10827

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



10819
10820
10821
# File 'lib/eBay.rb', line 10819

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10822
10823
10824
# File 'lib/eBay.rb', line 10822

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10826
10827
10828
# File 'lib/eBay.rb', line 10826

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10824
10825
10826
# File 'lib/eBay.rb', line 10824

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



10815
10816
10817
# File 'lib/eBay.rb', line 10815

def timestamp
  @timestamp
end

#userDataObject

Returns the value of attribute userData.



10832
10833
10834
# File 'lib/eBay.rb', line 10832

def userData
  @userData
end

#userDeliveryPreferenceArrayObject

Returns the value of attribute userDeliveryPreferenceArray.



10831
10832
10833
# File 'lib/eBay.rb', line 10831

def userDeliveryPreferenceArray
  @userDeliveryPreferenceArray
end

#versionObject

Returns the value of attribute version.



10820
10821
10822
# File 'lib/eBay.rb', line 10820

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10835
10836
10837
# File 'lib/eBay.rb', line 10835

def set_any(elements)
  @__xmlele_any = elements
end