Class: EBay::MyMessagesAlertType
- Inherits:
-
Object
- Object
- EBay::MyMessagesAlertType
- 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 - EBay::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 - EBay::MyMessagesResponseDetailsType
forwardDetails - EBay::MyMessagesForwardDetailsType
folder - EBay::MyMessagesFolderType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#actionURL ⇒ Object
Returns the value of attribute actionURL.
-
#alertID ⇒ Object
Returns the value of attribute alertID.
-
#contentType ⇒ Object
Returns the value of attribute contentType.
-
#creationDate ⇒ Object
Returns the value of attribute creationDate.
-
#expirationDate ⇒ Object
Returns the value of attribute expirationDate.
-
#externalAlertID ⇒ Object
Returns the value of attribute externalAlertID.
-
#folder ⇒ Object
Returns the value of attribute folder.
-
#forwardDetails ⇒ Object
Returns the value of attribute forwardDetails.
-
#isTimedResolution ⇒ Object
Returns the value of attribute isTimedResolution.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#lastReadDate ⇒ Object
Returns the value of attribute lastReadDate.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#read ⇒ Object
Returns the value of attribute read.
-
#receiveDate ⇒ Object
Returns the value of attribute receiveDate.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#resolutionDate ⇒ Object
Returns the value of attribute resolutionDate.
-
#resolutionStatus ⇒ Object
Returns the value of attribute resolutionStatus.
-
#responseDetails ⇒ Object
Returns the value of attribute responseDetails.
-
#sender ⇒ Object
Returns the value of attribute sender.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#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
constructor
A new instance of MyMessagesAlertType.
- #set_any(elements) ⇒ Object
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.
27259 27260 27261 27262 27263 27264 27265 27266 27267 27268 27269 27270 27271 27272 27273 27274 27275 27276 27277 27278 27279 27280 27281 27282 |
# File 'lib/eBay.rb', line 27259 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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27253 27254 27255 |
# File 'lib/eBay.rb', line 27253 def __xmlele_any @__xmlele_any end |
#actionURL ⇒ Object
Returns the value of attribute actionURL.
27249 27250 27251 |
# File 'lib/eBay.rb', line 27249 def actionURL @actionURL end |
#alertID ⇒ Object
Returns the value of attribute alertID.
27236 27237 27238 |
# File 'lib/eBay.rb', line 27236 def alertID @alertID end |
#contentType ⇒ Object
Returns the value of attribute contentType.
27238 27239 27240 |
# File 'lib/eBay.rb', line 27238 def contentType @contentType end |
#creationDate ⇒ Object
Returns the value of attribute creationDate.
27242 27243 27244 |
# File 'lib/eBay.rb', line 27242 def creationDate @creationDate end |
#expirationDate ⇒ Object
Returns the value of attribute expirationDate.
27244 27245 27246 |
# File 'lib/eBay.rb', line 27244 def expirationDate @expirationDate end |
#externalAlertID ⇒ Object
Returns the value of attribute externalAlertID.
27237 27238 27239 |
# File 'lib/eBay.rb', line 27237 def externalAlertID @externalAlertID end |
#folder ⇒ Object
Returns the value of attribute folder.
27252 27253 27254 |
# File 'lib/eBay.rb', line 27252 def folder @folder end |
#forwardDetails ⇒ Object
Returns the value of attribute forwardDetails.
27251 27252 27253 |
# File 'lib/eBay.rb', line 27251 def forwardDetails @forwardDetails end |
#isTimedResolution ⇒ Object
Returns the value of attribute isTimedResolution.
27248 27249 27250 |
# File 'lib/eBay.rb', line 27248 def isTimedResolution @isTimedResolution end |
#itemID ⇒ Object
Returns the value of attribute itemID.
27247 27248 27249 |
# File 'lib/eBay.rb', line 27247 def itemID @itemID end |
#lastReadDate ⇒ Object
Returns the value of attribute lastReadDate.
27246 27247 27248 |
# File 'lib/eBay.rb', line 27246 def lastReadDate @lastReadDate end |
#priority ⇒ Object
Returns the value of attribute priority.
27235 27236 27237 |
# File 'lib/eBay.rb', line 27235 def priority @priority end |
#read ⇒ Object
Returns the value of attribute read.
27241 27242 27243 |
# File 'lib/eBay.rb', line 27241 def read @read end |
#receiveDate ⇒ Object
Returns the value of attribute receiveDate.
27243 27244 27245 |
# File 'lib/eBay.rb', line 27243 def receiveDate @receiveDate end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
27233 27234 27235 |
# File 'lib/eBay.rb', line 27233 def recipientUserID @recipientUserID end |
#resolutionDate ⇒ Object
Returns the value of attribute resolutionDate.
27245 27246 27247 |
# File 'lib/eBay.rb', line 27245 def resolutionDate @resolutionDate end |
#resolutionStatus ⇒ Object
Returns the value of attribute resolutionStatus.
27240 27241 27242 |
# File 'lib/eBay.rb', line 27240 def resolutionStatus @resolutionStatus end |
#responseDetails ⇒ Object
Returns the value of attribute responseDetails.
27250 27251 27252 |
# File 'lib/eBay.rb', line 27250 def responseDetails @responseDetails end |
#sender ⇒ Object
Returns the value of attribute sender.
27232 27233 27234 |
# File 'lib/eBay.rb', line 27232 def sender @sender end |
#subject ⇒ Object
Returns the value of attribute subject.
27234 27235 27236 |
# File 'lib/eBay.rb', line 27234 def subject @subject end |
#text ⇒ Object
Returns the value of attribute text.
27239 27240 27241 |
# File 'lib/eBay.rb', line 27239 def text @text end |
Instance Method Details
#set_any(elements) ⇒ Object
27255 27256 27257 |
# File 'lib/eBay.rb', line 27255 def set_any(elements) @__xmlele_any = elements end |