Class: EBay::MyMessagesMessageType
- Inherits:
-
Object
- Object
- EBay::MyMessagesMessageType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMyMessagesMessageType
sender - SOAP::SOAPString
recipientUserID - SOAP::SOAPString
sendToName - SOAP::SOAPString
subject - SOAP::SOAPString
- (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
- EBay::MessageTypeCodeType
listingStatus - EBay::ListingStatusCodeType
questionType - EBay::QuestionTypeCodeType
replied - SOAP::SOAPBoolean
highPriority - SOAP::SOAPBoolean
itemEndTime - SOAP::SOAPDateTime
itemTitle - SOAP::SOAPString
- EBay::MessageMediaType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#content ⇒ Object
Returns the value of attribute content.
-
#contentType ⇒ Object
Returns the value of attribute contentType.
-
#creationDate ⇒ Object
Returns the value of attribute creationDate.
-
#expirationDate ⇒ Object
Returns the value of attribute expirationDate.
-
#externalMessageID ⇒ Object
Returns the value of attribute externalMessageID.
-
#flagged ⇒ Object
Returns the value of attribute flagged.
-
#folder ⇒ Object
Returns the value of attribute folder.
-
#forwardDetails ⇒ Object
Returns the value of attribute forwardDetails.
-
#highPriority ⇒ Object
Returns the value of attribute highPriority.
-
#itemEndTime ⇒ Object
Returns the value of attribute itemEndTime.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#itemTitle ⇒ Object
Returns the value of attribute itemTitle.
-
#listingStatus ⇒ Object
Returns the value of attribute listingStatus.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#messageMedia ⇒ Object
Returns the value of attribute messageMedia.
-
#messageType ⇒ Object
Returns the value of attribute messageType.
-
#questionType ⇒ Object
Returns the value of attribute questionType.
-
#read ⇒ Object
Returns the value of attribute read.
-
#receiveDate ⇒ Object
Returns the value of attribute receiveDate.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#replied ⇒ Object
Returns the value of attribute replied.
-
#responseDetails ⇒ Object
Returns the value of attribute responseDetails.
-
#sender ⇒ Object
Returns the value of attribute sender.
-
#sendToName ⇒ Object
Returns the value of attribute sendToName.
-
#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, 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
constructor
A new instance of MyMessagesMessageType.
- #set_any(elements) ⇒ Object
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, = 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, = nil, listingStatus = nil, questionType = nil, replied = nil, highPriority = nil, itemEndTime = nil, itemTitle = nil, = []) @sender = sender @recipientUserID = recipientUserID @sendToName = sendToName @subject = subject @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 = @listingStatus = listingStatus @questionType = questionType @replied = replied @highPriority = highPriority @itemEndTime = itemEndTime @itemTitle = itemTitle @messageMedia = @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27426 27427 27428 |
# File 'lib/eBay.rb', line 27426 def __xmlele_any @__xmlele_any end |
#content ⇒ Object
Returns the value of attribute content.
27417 27418 27419 |
# File 'lib/eBay.rb', line 27417 def content @content end |
#contentType ⇒ Object
Returns the value of attribute contentType.
27406 27407 27408 |
# File 'lib/eBay.rb', line 27406 def contentType @contentType end |
#creationDate ⇒ Object
Returns the value of attribute creationDate.
27410 27411 27412 |
# File 'lib/eBay.rb', line 27410 def creationDate @creationDate end |
#expirationDate ⇒ Object
Returns the value of attribute expirationDate.
27412 27413 27414 |
# File 'lib/eBay.rb', line 27412 def expirationDate @expirationDate end |
#externalMessageID ⇒ Object
Returns the value of attribute externalMessageID.
27405 27406 27407 |
# File 'lib/eBay.rb', line 27405 def externalMessageID @externalMessageID end |
#flagged ⇒ Object
Returns the value of attribute flagged.
27408 27409 27410 |
# File 'lib/eBay.rb', line 27408 def flagged @flagged end |
#folder ⇒ Object
Returns the value of attribute folder.
27416 27417 27418 |
# File 'lib/eBay.rb', line 27416 def folder @folder end |
#forwardDetails ⇒ Object
Returns the value of attribute forwardDetails.
27415 27416 27417 |
# File 'lib/eBay.rb', line 27415 def forwardDetails @forwardDetails end |
#highPriority ⇒ Object
Returns the value of attribute highPriority.
27422 27423 27424 |
# File 'lib/eBay.rb', line 27422 def highPriority @highPriority end |
#itemEndTime ⇒ Object
Returns the value of attribute itemEndTime.
27423 27424 27425 |
# File 'lib/eBay.rb', line 27423 def itemEndTime @itemEndTime end |
#itemID ⇒ Object
Returns the value of attribute itemID.
27413 27414 27415 |
# File 'lib/eBay.rb', line 27413 def itemID @itemID end |
#itemTitle ⇒ Object
Returns the value of attribute itemTitle.
27424 27425 27426 |
# File 'lib/eBay.rb', line 27424 def itemTitle @itemTitle end |
#listingStatus ⇒ Object
Returns the value of attribute listingStatus.
27419 27420 27421 |
# File 'lib/eBay.rb', line 27419 def listingStatus @listingStatus end |
#messageID ⇒ Object
Returns the value of attribute messageID.
27404 27405 27406 |
# File 'lib/eBay.rb', line 27404 def @messageID end |
#messageMedia ⇒ Object
Returns the value of attribute messageMedia.
27425 27426 27427 |
# File 'lib/eBay.rb', line 27425 def @messageMedia end |
#messageType ⇒ Object
Returns the value of attribute messageType.
27418 27419 27420 |
# File 'lib/eBay.rb', line 27418 def @messageType end |
#questionType ⇒ Object
Returns the value of attribute questionType.
27420 27421 27422 |
# File 'lib/eBay.rb', line 27420 def questionType @questionType end |
#read ⇒ Object
Returns the value of attribute read.
27409 27410 27411 |
# File 'lib/eBay.rb', line 27409 def read @read end |
#receiveDate ⇒ Object
Returns the value of attribute receiveDate.
27411 27412 27413 |
# File 'lib/eBay.rb', line 27411 def receiveDate @receiveDate end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
27401 27402 27403 |
# File 'lib/eBay.rb', line 27401 def recipientUserID @recipientUserID end |
#replied ⇒ Object
Returns the value of attribute replied.
27421 27422 27423 |
# File 'lib/eBay.rb', line 27421 def replied @replied end |
#responseDetails ⇒ Object
Returns the value of attribute responseDetails.
27414 27415 27416 |
# File 'lib/eBay.rb', line 27414 def responseDetails @responseDetails end |
#sender ⇒ Object
Returns the value of attribute sender.
27400 27401 27402 |
# File 'lib/eBay.rb', line 27400 def sender @sender end |
#sendToName ⇒ Object
Returns the value of attribute sendToName.
27402 27403 27404 |
# File 'lib/eBay.rb', line 27402 def sendToName @sendToName end |
#subject ⇒ Object
Returns the value of attribute subject.
27403 27404 27405 |
# File 'lib/eBay.rb', line 27403 def subject @subject end |
#text ⇒ Object
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 |