Class: MemberMessageType
- Inherits:
-
Object
- Object
- MemberMessageType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMemberMessageType
Constant Summary collapse
- @@schema_type =
"MemberMessageType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["messageType", ["MessageTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageType")]], ["questionType", ["QuestionTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "QuestionType")]], ["emailCopyToSender", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EmailCopyToSender")]], ["hideSendersEmailAddress", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HideSendersEmailAddress")]], ["displayToPublic", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisplayToPublic")]], ["senderID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SenderID")]], ["senderEmail", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SenderEmail")]], ["recipientID", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientID")]], ["subject", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Subject")]], ["body", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Body")]], ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]], ["parentMessageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ParentMessageID")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#body ⇒ Object
Returns the value of attribute body.
-
#displayToPublic ⇒ Object
Returns the value of attribute displayToPublic.
-
#emailCopyToSender ⇒ Object
Returns the value of attribute emailCopyToSender.
-
#hideSendersEmailAddress ⇒ Object
Returns the value of attribute hideSendersEmailAddress.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#messageType ⇒ Object
Returns the value of attribute messageType.
-
#parentMessageID ⇒ Object
Returns the value of attribute parentMessageID.
-
#questionType ⇒ Object
Returns the value of attribute questionType.
-
#recipientID ⇒ Object
Returns the value of attribute recipientID.
-
#senderEmail ⇒ Object
Returns the value of attribute senderEmail.
-
#senderID ⇒ Object
Returns the value of attribute senderID.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Method Summary collapse
-
#initialize(messageType = nil, questionType = nil, emailCopyToSender = nil, hideSendersEmailAddress = nil, displayToPublic = nil, senderID = nil, senderEmail = nil, recipientID = [], subject = nil, body = nil, messageID = nil, parentMessageID = nil) ⇒ MemberMessageType
constructor
A new instance of MemberMessageType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(messageType = nil, questionType = nil, emailCopyToSender = nil, hideSendersEmailAddress = nil, displayToPublic = nil, senderID = nil, senderEmail = nil, recipientID = [], subject = nil, body = nil, messageID = nil, parentMessageID = nil) ⇒ MemberMessageType
Returns a new instance of MemberMessageType.
19483 19484 19485 19486 19487 19488 19489 19490 19491 19492 19493 19494 19495 19496 19497 |
# File 'lib/eBay.rb', line 19483 def initialize( = nil, questionType = nil, emailCopyToSender = nil, hideSendersEmailAddress = nil, displayToPublic = nil, senderID = nil, senderEmail = nil, recipientID = [], subject = nil, body = nil, = nil, parentMessageID = nil) @messageType = @questionType = questionType @emailCopyToSender = emailCopyToSender @hideSendersEmailAddress = hideSendersEmailAddress @displayToPublic = displayToPublic @senderID = senderID @senderEmail = senderEmail @recipientID = recipientID @subject = subject @body = body @messageID = @parentMessageID = parentMessageID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19477 19478 19479 |
# File 'lib/eBay.rb', line 19477 def __xmlele_any @__xmlele_any end |
#body ⇒ Object
Returns the value of attribute body.
19474 19475 19476 |
# File 'lib/eBay.rb', line 19474 def body @body end |
#displayToPublic ⇒ Object
Returns the value of attribute displayToPublic.
19469 19470 19471 |
# File 'lib/eBay.rb', line 19469 def displayToPublic @displayToPublic end |
#emailCopyToSender ⇒ Object
Returns the value of attribute emailCopyToSender.
19467 19468 19469 |
# File 'lib/eBay.rb', line 19467 def emailCopyToSender @emailCopyToSender end |
#hideSendersEmailAddress ⇒ Object
Returns the value of attribute hideSendersEmailAddress.
19468 19469 19470 |
# File 'lib/eBay.rb', line 19468 def hideSendersEmailAddress @hideSendersEmailAddress end |
#messageID ⇒ Object
Returns the value of attribute messageID.
19475 19476 19477 |
# File 'lib/eBay.rb', line 19475 def @messageID end |
#messageType ⇒ Object
Returns the value of attribute messageType.
19465 19466 19467 |
# File 'lib/eBay.rb', line 19465 def @messageType end |
#parentMessageID ⇒ Object
Returns the value of attribute parentMessageID.
19476 19477 19478 |
# File 'lib/eBay.rb', line 19476 def parentMessageID @parentMessageID end |
#questionType ⇒ Object
Returns the value of attribute questionType.
19466 19467 19468 |
# File 'lib/eBay.rb', line 19466 def questionType @questionType end |
#recipientID ⇒ Object
Returns the value of attribute recipientID.
19472 19473 19474 |
# File 'lib/eBay.rb', line 19472 def recipientID @recipientID end |
#senderEmail ⇒ Object
Returns the value of attribute senderEmail.
19471 19472 19473 |
# File 'lib/eBay.rb', line 19471 def senderEmail @senderEmail end |
#senderID ⇒ Object
Returns the value of attribute senderID.
19470 19471 19472 |
# File 'lib/eBay.rb', line 19470 def senderID @senderID end |
#subject ⇒ Object
Returns the value of attribute subject.
19473 19474 19475 |
# File 'lib/eBay.rb', line 19473 def subject @subject end |
Instance Method Details
#set_any(elements) ⇒ Object
19479 19480 19481 |
# File 'lib/eBay.rb', line 19479 def set_any(elements) @__xmlele_any = elements end |