Class: EBay::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 - EBay::MyMessagesResponseDetailsType
forwardDetails - EBay::MyMessagesForwardDetailsType
folder - EBay::MyMessagesFolderType
content - SOAP::SOAPString
messageType - EBay::MessageTypeCodeType
listingStatus - EBay::ListingStatusCodeType
questionType - EBay::QuestionTypeCodeType
replied - SOAP::SOAPBoolean
highPriority - SOAP::SOAPBoolean
itemEndTime - SOAP::SOAPDateTime
itemTitle - SOAP::SOAPString
messageMedia - EBay::MessageMediaType

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, content = nil, messageType = nil, listingStatus = nil, questionType = nil, replied = nil, highPriority = nil, itemEndTime = nil, itemTitle = nil, messageMedia = []) ⇒ MyMessagesMessageType

Returns a new instance of MyMessagesMessageType.



27432
27433
27434
27435
27436
27437
27438
27439
27440
27441
27442
27443
27444
27445
27446
27447
27448
27449
27450
27451
27452
27453
27454
27455
27456
27457
27458
27459
27460
# File 'lib/eBay.rb', line 27432

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, content = nil, messageType = nil, listingStatus = nil, questionType = nil, replied = nil, highPriority = nil, itemEndTime = nil, itemTitle = nil, messageMedia = [])
  @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
  @content = content
  @messageType = messageType
  @listingStatus = listingStatus
  @questionType = questionType
  @replied = replied
  @highPriority = highPriority
  @itemEndTime = itemEndTime
  @itemTitle = itemTitle
  @messageMedia = messageMedia
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



27426
27427
27428
# File 'lib/eBay.rb', line 27426

def __xmlele_any
  @__xmlele_any
end

#contentObject

Returns the value of attribute content.



27417
27418
27419
# File 'lib/eBay.rb', line 27417

def content
  @content
end

#contentTypeObject

Returns the value of attribute contentType.



27406
27407
27408
# File 'lib/eBay.rb', line 27406

def contentType
  @contentType
end

#creationDateObject

Returns the value of attribute creationDate.



27410
27411
27412
# File 'lib/eBay.rb', line 27410

def creationDate
  @creationDate
end

#expirationDateObject

Returns the value of attribute expirationDate.



27412
27413
27414
# File 'lib/eBay.rb', line 27412

def expirationDate
  @expirationDate
end

#externalMessageIDObject

Returns the value of attribute externalMessageID.



27405
27406
27407
# File 'lib/eBay.rb', line 27405

def externalMessageID
  @externalMessageID
end

#flaggedObject

Returns the value of attribute flagged.



27408
27409
27410
# File 'lib/eBay.rb', line 27408

def flagged
  @flagged
end

#folderObject

Returns the value of attribute folder.



27416
27417
27418
# File 'lib/eBay.rb', line 27416

def folder
  @folder
end

#forwardDetailsObject

Returns the value of attribute forwardDetails.



27415
27416
27417
# File 'lib/eBay.rb', line 27415

def forwardDetails
  @forwardDetails
end

#highPriorityObject

Returns the value of attribute highPriority.



27422
27423
27424
# File 'lib/eBay.rb', line 27422

def highPriority
  @highPriority
end

#itemEndTimeObject

Returns the value of attribute itemEndTime.



27423
27424
27425
# File 'lib/eBay.rb', line 27423

def itemEndTime
  @itemEndTime
end

#itemIDObject

Returns the value of attribute itemID.



27413
27414
27415
# File 'lib/eBay.rb', line 27413

def itemID
  @itemID
end

#itemTitleObject

Returns the value of attribute itemTitle.



27424
27425
27426
# File 'lib/eBay.rb', line 27424

def itemTitle
  @itemTitle
end

#listingStatusObject

Returns the value of attribute listingStatus.



27419
27420
27421
# File 'lib/eBay.rb', line 27419

def listingStatus
  @listingStatus
end

#messageIDObject

Returns the value of attribute messageID.



27404
27405
27406
# File 'lib/eBay.rb', line 27404

def messageID
  @messageID
end

#messageMediaObject

Returns the value of attribute messageMedia.



27425
27426
27427
# File 'lib/eBay.rb', line 27425

def messageMedia
  @messageMedia
end

#messageTypeObject

Returns the value of attribute messageType.



27418
27419
27420
# File 'lib/eBay.rb', line 27418

def messageType
  @messageType
end

#questionTypeObject

Returns the value of attribute questionType.



27420
27421
27422
# File 'lib/eBay.rb', line 27420

def questionType
  @questionType
end

#readObject

Returns the value of attribute read.



27409
27410
27411
# File 'lib/eBay.rb', line 27409

def read
  @read
end

#receiveDateObject

Returns the value of attribute receiveDate.



27411
27412
27413
# File 'lib/eBay.rb', line 27411

def receiveDate
  @receiveDate
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



27401
27402
27403
# File 'lib/eBay.rb', line 27401

def recipientUserID
  @recipientUserID
end

#repliedObject

Returns the value of attribute replied.



27421
27422
27423
# File 'lib/eBay.rb', line 27421

def replied
  @replied
end

#responseDetailsObject

Returns the value of attribute responseDetails.



27414
27415
27416
# File 'lib/eBay.rb', line 27414

def responseDetails
  @responseDetails
end

#senderObject

Returns the value of attribute sender.



27400
27401
27402
# File 'lib/eBay.rb', line 27400

def sender
  @sender
end

#sendToNameObject

Returns the value of attribute sendToName.



27402
27403
27404
# File 'lib/eBay.rb', line 27402

def sendToName
  @sendToName
end

#subjectObject

Returns the value of attribute subject.



27403
27404
27405
# File 'lib/eBay.rb', line 27403

def subject
  @subject
end

#textObject

Returns the value of attribute text.



27407
27408
27409
# File 'lib/eBay.rb', line 27407

def text
  @text
end

Instance Method Details

#set_any(elements) ⇒ Object



27428
27429
27430
# File 'lib/eBay.rb', line 27428

def set_any(elements)
  @__xmlele_any = elements
end