Class: EBay::GetNotificationPreferencesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetNotificationPreferencesResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
applicationDeliveryPreferences - EBay::ApplicationDeliveryPreferencesType
deliveryURLName - SOAP::SOAPString
userDeliveryPreferenceArray - EBay::NotificationEnableArrayType
userData - EBay::NotificationUserDataType
eventProperty - EBay::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, externalUserData = nil, applicationDeliveryPreferences = nil, deliveryURLName = nil, userDeliveryPreferenceArray = nil, userData = nil, eventProperty = []) ⇒ GetNotificationPreferencesResponseType

Returns a new instance of GetNotificationPreferencesResponseType.



13149
13150
13151
13152
13153
13154
13155
13156
13157
13158
13159
13160
13161
13162
13163
13164
13165
13166
13167
13168
13169
13170
13171
# File 'lib/eBay.rb', line 13149

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, externalUserData = nil, applicationDeliveryPreferences = nil, deliveryURLName = 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
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @applicationDeliveryPreferences = applicationDeliveryPreferences
  @deliveryURLName = deliveryURLName
  @userDeliveryPreferenceArray = userDeliveryPreferenceArray
  @userData = userData
  @eventProperty = eventProperty
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13138
13139
13140
# File 'lib/eBay.rb', line 13138

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13124
13125
13126
# File 'lib/eBay.rb', line 13124

def ack
  @ack
end

#applicationDeliveryPreferencesObject

Returns the value of attribute applicationDeliveryPreferences.



13139
13140
13141
# File 'lib/eBay.rb', line 13139

def applicationDeliveryPreferences
  @applicationDeliveryPreferences
end

#botBlockObject

Returns the value of attribute botBlock.



13136
13137
13138
# File 'lib/eBay.rb', line 13136

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13129
13130
13131
# File 'lib/eBay.rb', line 13129

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13125
13126
13127
# File 'lib/eBay.rb', line 13125

def correlationID
  @correlationID
end

#deliveryURLNameObject

Returns the value of attribute deliveryURLName.



13140
13141
13142
# File 'lib/eBay.rb', line 13140

def deliveryURLName
  @deliveryURLName
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13131
13132
13133
# File 'lib/eBay.rb', line 13131

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13133
13134
13135
# File 'lib/eBay.rb', line 13133

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13126
13127
13128
# File 'lib/eBay.rb', line 13126

def errors
  @errors
end

#eventPropertyObject

Returns the value of attribute eventProperty.



13143
13144
13145
# File 'lib/eBay.rb', line 13143

def eventProperty
  @eventProperty
end

#externalUserDataObject

Returns the value of attribute externalUserData.



13137
13138
13139
# File 'lib/eBay.rb', line 13137

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13135
13136
13137
# File 'lib/eBay.rb', line 13135

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13127
13128
13129
# File 'lib/eBay.rb', line 13127

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13130
13131
13132
# File 'lib/eBay.rb', line 13130

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13134
13135
13136
# File 'lib/eBay.rb', line 13134

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13132
13133
13134
# File 'lib/eBay.rb', line 13132

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



13123
13124
13125
# File 'lib/eBay.rb', line 13123

def timestamp
  @timestamp
end

#userDataObject

Returns the value of attribute userData.



13142
13143
13144
# File 'lib/eBay.rb', line 13142

def userData
  @userData
end

#userDeliveryPreferenceArrayObject

Returns the value of attribute userDeliveryPreferenceArray.



13141
13142
13143
# File 'lib/eBay.rb', line 13141

def userDeliveryPreferenceArray
  @userDeliveryPreferenceArray
end

#versionObject

Returns the value of attribute version.



13128
13129
13130
# File 'lib/eBay.rb', line 13128

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13145
13146
13147
# File 'lib/eBay.rb', line 13145

def set_any(elements)
  @__xmlele_any = elements
end