Class: MyMessagesMessageType

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

Overview

urn:ebay:apis:eBLBaseComponentsMyMessagesMessageType

sender - SOAP::SOAPString
recipientUserID - SOAP::SOAPString
sendToName - SOAP::SOAPString
subject - SOAP::SOAPString
messageID - (any)
externalMessageID - SOAP::SOAPString
contentType - SOAP::SOAPString
text - SOAP::SOAPString
flagged - SOAP::SOAPBoolean
read - SOAP::SOAPBoolean
creationDate - SOAP::SOAPDateTime
receiveDate - SOAP::SOAPDateTime
expirationDate - SOAP::SOAPDateTime
itemID - (any)
responseDetails - MyMessagesResponseDetailsType
forwardDetails - MyMessagesForwardDetailsType
folder - MyMessagesFolderType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sender = nil, recipientUserID = nil, sendToName = nil, subject = nil, messageID = nil, externalMessageID = nil, contentType = nil, text = nil, flagged = nil, read = nil, creationDate = nil, receiveDate = nil, expirationDate = nil, itemID = nil, responseDetails = nil, forwardDetails = nil, folder = nil) ⇒ MyMessagesMessageType

Returns a new instance of MyMessagesMessageType.



21414
21415
21416
21417
21418
21419
21420
21421
21422
21423
21424
21425
21426
21427
21428
21429
21430
21431
21432
21433
# File 'lib/eBay.rb', line 21414

def initialize(sender = nil, recipientUserID = nil, sendToName = nil, subject = nil, messageID = nil, externalMessageID = nil, contentType = nil, text = nil, flagged = nil, read = nil, creationDate = nil, receiveDate = nil, expirationDate = nil, itemID = nil, responseDetails = nil, forwardDetails = nil, folder = nil)
  @sender = sender
  @recipientUserID = recipientUserID
  @sendToName = sendToName
  @subject = subject
  @messageID = messageID
  @externalMessageID = externalMessageID
  @contentType = contentType
  @text = text
  @flagged = flagged
  @read = read
  @creationDate = creationDate
  @receiveDate = receiveDate
  @expirationDate = expirationDate
  @itemID = itemID
  @responseDetails = responseDetails
  @forwardDetails = forwardDetails
  @folder = folder
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21408
21409
21410
# File 'lib/eBay.rb', line 21408

def __xmlele_any
  @__xmlele_any
end

#contentTypeObject

Returns the value of attribute contentType.



21397
21398
21399
# File 'lib/eBay.rb', line 21397

def contentType
  @contentType
end

#creationDateObject

Returns the value of attribute creationDate.



21401
21402
21403
# File 'lib/eBay.rb', line 21401

def creationDate
  @creationDate
end

#expirationDateObject

Returns the value of attribute expirationDate.



21403
21404
21405
# File 'lib/eBay.rb', line 21403

def expirationDate
  @expirationDate
end

#externalMessageIDObject

Returns the value of attribute externalMessageID.



21396
21397
21398
# File 'lib/eBay.rb', line 21396

def externalMessageID
  @externalMessageID
end

#flaggedObject

Returns the value of attribute flagged.



21399
21400
21401
# File 'lib/eBay.rb', line 21399

def flagged
  @flagged
end

#folderObject

Returns the value of attribute folder.



21407
21408
21409
# File 'lib/eBay.rb', line 21407

def folder
  @folder
end

#forwardDetailsObject

Returns the value of attribute forwardDetails.



21406
21407
21408
# File 'lib/eBay.rb', line 21406

def forwardDetails
  @forwardDetails
end

#itemIDObject

Returns the value of attribute itemID.



21404
21405
21406
# File 'lib/eBay.rb', line 21404

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



21395
21396
21397
# File 'lib/eBay.rb', line 21395

def messageID
  @messageID
end

#readObject

Returns the value of attribute read.



21400
21401
21402
# File 'lib/eBay.rb', line 21400

def read
  @read
end

#receiveDateObject

Returns the value of attribute receiveDate.



21402
21403
21404
# File 'lib/eBay.rb', line 21402

def receiveDate
  @receiveDate
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



21392
21393
21394
# File 'lib/eBay.rb', line 21392

def recipientUserID
  @recipientUserID
end

#responseDetailsObject

Returns the value of attribute responseDetails.



21405
21406
21407
# File 'lib/eBay.rb', line 21405

def responseDetails
  @responseDetails
end

#senderObject

Returns the value of attribute sender.



21391
21392
21393
# File 'lib/eBay.rb', line 21391

def sender
  @sender
end

#sendToNameObject

Returns the value of attribute sendToName.



21393
21394
21395
# File 'lib/eBay.rb', line 21393

def sendToName
  @sendToName
end

#subjectObject

Returns the value of attribute subject.



21394
21395
21396
# File 'lib/eBay.rb', line 21394

def subject
  @subject
end

#textObject

Returns the value of attribute text.



21398
21399
21400
# File 'lib/eBay.rb', line 21398

def text
  @text
end

Instance Method Details

#set_any(elements) ⇒ Object



21410
21411
21412
# File 'lib/eBay.rb', line 21410

def set_any(elements)
  @__xmlele_any = elements
end