Class: EBay::GetNotificationsUsageResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetNotificationsUsageResponseType

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
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
notificationDetailsArray - EBay::NotificationDetailsArrayType
markUpMarkDownHistory - EBay::MarkUpMarkDownHistoryType
notificationStatistics - EBay::NotificationStatisticsType

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, startTime = nil, endTime = nil, notificationDetailsArray = nil, markUpMarkDownHistory = nil, notificationStatistics = nil) ⇒ GetNotificationsUsageResponseType

Returns a new instance of GetNotificationsUsageResponseType.



13222
13223
13224
13225
13226
13227
13228
13229
13230
13231
13232
13233
13234
13235
13236
13237
13238
13239
13240
13241
13242
13243
13244
# File 'lib/eBay.rb', line 13222

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, startTime = nil, endTime = nil, notificationDetailsArray = nil, markUpMarkDownHistory = nil, notificationStatistics = nil)
  @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
  @startTime = startTime
  @endTime = endTime
  @notificationDetailsArray = notificationDetailsArray
  @markUpMarkDownHistory = markUpMarkDownHistory
  @notificationStatistics = notificationStatistics
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13211
13212
13213
# File 'lib/eBay.rb', line 13211

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13197
13198
13199
# File 'lib/eBay.rb', line 13197

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13209
13210
13211
# File 'lib/eBay.rb', line 13209

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13202
13203
13204
# File 'lib/eBay.rb', line 13202

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13198
13199
13200
# File 'lib/eBay.rb', line 13198

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13204
13205
13206
# File 'lib/eBay.rb', line 13204

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13206
13207
13208
# File 'lib/eBay.rb', line 13206

def eIASToken
  @eIASToken
end

#endTimeObject

Returns the value of attribute endTime.



13213
13214
13215
# File 'lib/eBay.rb', line 13213

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



13199
13200
13201
# File 'lib/eBay.rb', line 13199

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



13210
13211
13212
# File 'lib/eBay.rb', line 13210

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13208
13209
13210
# File 'lib/eBay.rb', line 13208

def hardExpirationWarning
  @hardExpirationWarning
end

#markUpMarkDownHistoryObject

Returns the value of attribute markUpMarkDownHistory.



13215
13216
13217
# File 'lib/eBay.rb', line 13215

def markUpMarkDownHistory
  @markUpMarkDownHistory
end

#messageObject

Returns the value of attribute message.



13200
13201
13202
# File 'lib/eBay.rb', line 13200

def message
  @message
end

#notificationDetailsArrayObject

Returns the value of attribute notificationDetailsArray.



13214
13215
13216
# File 'lib/eBay.rb', line 13214

def notificationDetailsArray
  @notificationDetailsArray
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13203
13204
13205
# File 'lib/eBay.rb', line 13203

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13207
13208
13209
# File 'lib/eBay.rb', line 13207

def notificationSignature
  @notificationSignature
end

#notificationStatisticsObject

Returns the value of attribute notificationStatistics.



13216
13217
13218
# File 'lib/eBay.rb', line 13216

def notificationStatistics
  @notificationStatistics
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13205
13206
13207
# File 'lib/eBay.rb', line 13205

def recipientUserID
  @recipientUserID
end

#startTimeObject

Returns the value of attribute startTime.



13212
13213
13214
# File 'lib/eBay.rb', line 13212

def startTime
  @startTime
end

#timestampObject

Returns the value of attribute timestamp.



13196
13197
13198
# File 'lib/eBay.rb', line 13196

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13201
13202
13203
# File 'lib/eBay.rb', line 13201

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13218
13219
13220
# File 'lib/eBay.rb', line 13218

def set_any(elements)
  @__xmlele_any = elements
end