Class: MyMessagesAlertType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsMyMessagesAlertType

sender - SOAP::SOAPString
recipientUserID - SOAP::SOAPString
subject - SOAP::SOAPString
priority - SOAP::SOAPString
alertID - (any)
externalAlertID - SOAP::SOAPString
contentType - SOAP::SOAPString
text - SOAP::SOAPString
resolutionStatus - MyMessagesAlertResolutionStatusCode
read - SOAP::SOAPBoolean
creationDate - SOAP::SOAPDateTime
receiveDate - SOAP::SOAPDateTime
expirationDate - SOAP::SOAPDateTime
resolutionDate - SOAP::SOAPDateTime
lastReadDate - SOAP::SOAPDateTime
itemID - (any)
isTimedResolution - SOAP::SOAPBoolean
actionURL - SOAP::SOAPString
responseDetails - MyMessagesResponseDetailsType
forwardDetails - MyMessagesForwardDetailsType
folder - MyMessagesFolderType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sender = nil, recipientUserID = nil, subject = nil, priority = nil, alertID = nil, externalAlertID = nil, contentType = nil, text = nil, resolutionStatus = nil, read = nil, creationDate = nil, receiveDate = nil, expirationDate = nil, resolutionDate = nil, lastReadDate = nil, itemID = nil, isTimedResolution = nil, actionURL = nil, responseDetails = nil, forwardDetails = nil, folder = nil) ⇒ MyMessagesAlertType

Returns a new instance of MyMessagesAlertType.



21269
21270
21271
21272
21273
21274
21275
21276
21277
21278
21279
21280
21281
21282
21283
21284
21285
21286
21287
21288
21289
21290
21291
21292
# File 'lib/eBay.rb', line 21269

def initialize(sender = nil, recipientUserID = nil, subject = nil, priority = nil, alertID = nil, externalAlertID = nil, contentType = nil, text = nil, resolutionStatus = nil, read = nil, creationDate = nil, receiveDate = nil, expirationDate = nil, resolutionDate = nil, lastReadDate = nil, itemID = nil, isTimedResolution = nil, actionURL = nil, responseDetails = nil, forwardDetails = nil, folder = nil)
  @sender = sender
  @recipientUserID = recipientUserID
  @subject = subject
  @priority = priority
  @alertID = alertID
  @externalAlertID = externalAlertID
  @contentType = contentType
  @text = text
  @resolutionStatus = resolutionStatus
  @read = read
  @creationDate = creationDate
  @receiveDate = receiveDate
  @expirationDate = expirationDate
  @resolutionDate = resolutionDate
  @lastReadDate = lastReadDate
  @itemID = itemID
  @isTimedResolution = isTimedResolution
  @actionURL = actionURL
  @responseDetails = responseDetails
  @forwardDetails = forwardDetails
  @folder = folder
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21263
21264
21265
# File 'lib/eBay.rb', line 21263

def __xmlele_any
  @__xmlele_any
end

#actionURLObject

Returns the value of attribute actionURL.



21259
21260
21261
# File 'lib/eBay.rb', line 21259

def actionURL
  @actionURL
end

#alertIDObject

Returns the value of attribute alertID.



21246
21247
21248
# File 'lib/eBay.rb', line 21246

def alertID
  @alertID
end

#contentTypeObject

Returns the value of attribute contentType.



21248
21249
21250
# File 'lib/eBay.rb', line 21248

def contentType
  @contentType
end

#creationDateObject

Returns the value of attribute creationDate.



21252
21253
21254
# File 'lib/eBay.rb', line 21252

def creationDate
  @creationDate
end

#expirationDateObject

Returns the value of attribute expirationDate.



21254
21255
21256
# File 'lib/eBay.rb', line 21254

def expirationDate
  @expirationDate
end

#externalAlertIDObject

Returns the value of attribute externalAlertID.



21247
21248
21249
# File 'lib/eBay.rb', line 21247

def externalAlertID
  @externalAlertID
end

#folderObject

Returns the value of attribute folder.



21262
21263
21264
# File 'lib/eBay.rb', line 21262

def folder
  @folder
end

#forwardDetailsObject

Returns the value of attribute forwardDetails.



21261
21262
21263
# File 'lib/eBay.rb', line 21261

def forwardDetails
  @forwardDetails
end

#isTimedResolutionObject

Returns the value of attribute isTimedResolution.



21258
21259
21260
# File 'lib/eBay.rb', line 21258

def isTimedResolution
  @isTimedResolution
end

#itemIDObject

Returns the value of attribute itemID.



21257
21258
21259
# File 'lib/eBay.rb', line 21257

def itemID
  @itemID
end

#lastReadDateObject

Returns the value of attribute lastReadDate.



21256
21257
21258
# File 'lib/eBay.rb', line 21256

def lastReadDate
  @lastReadDate
end

#priorityObject

Returns the value of attribute priority.



21245
21246
21247
# File 'lib/eBay.rb', line 21245

def priority
  @priority
end

#readObject

Returns the value of attribute read.



21251
21252
21253
# File 'lib/eBay.rb', line 21251

def read
  @read
end

#receiveDateObject

Returns the value of attribute receiveDate.



21253
21254
21255
# File 'lib/eBay.rb', line 21253

def receiveDate
  @receiveDate
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



21243
21244
21245
# File 'lib/eBay.rb', line 21243

def recipientUserID
  @recipientUserID
end

#resolutionDateObject

Returns the value of attribute resolutionDate.



21255
21256
21257
# File 'lib/eBay.rb', line 21255

def resolutionDate
  @resolutionDate
end

#resolutionStatusObject

Returns the value of attribute resolutionStatus.



21250
21251
21252
# File 'lib/eBay.rb', line 21250

def resolutionStatus
  @resolutionStatus
end

#responseDetailsObject

Returns the value of attribute responseDetails.



21260
21261
21262
# File 'lib/eBay.rb', line 21260

def responseDetails
  @responseDetails
end

#senderObject

Returns the value of attribute sender.



21242
21243
21244
# File 'lib/eBay.rb', line 21242

def sender
  @sender
end

#subjectObject

Returns the value of attribute subject.



21244
21245
21246
# File 'lib/eBay.rb', line 21244

def subject
  @subject
end

#textObject

Returns the value of attribute text.



21249
21250
21251
# File 'lib/eBay.rb', line 21249

def text
  @text
end

Instance Method Details

#set_any(elements) ⇒ Object



21265
21266
21267
# File 'lib/eBay.rb', line 21265

def set_any(elements)
  @__xmlele_any = elements
end