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.
15028 15029 15030 15031 15032 15033 15034 15035 15036 15037 15038 15039 15040 15041 15042 |
# File 'lib/eBay.rb', line 15028 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.
15022 15023 15024 |
# File 'lib/eBay.rb', line 15022 def __xmlele_any @__xmlele_any end |
#body ⇒ Object
Returns the value of attribute body.
15019 15020 15021 |
# File 'lib/eBay.rb', line 15019 def body @body end |
#displayToPublic ⇒ Object
Returns the value of attribute displayToPublic.
15014 15015 15016 |
# File 'lib/eBay.rb', line 15014 def displayToPublic @displayToPublic end |
#emailCopyToSender ⇒ Object
Returns the value of attribute emailCopyToSender.
15012 15013 15014 |
# File 'lib/eBay.rb', line 15012 def emailCopyToSender @emailCopyToSender end |
#hideSendersEmailAddress ⇒ Object
Returns the value of attribute hideSendersEmailAddress.
15013 15014 15015 |
# File 'lib/eBay.rb', line 15013 def hideSendersEmailAddress @hideSendersEmailAddress end |
#messageID ⇒ Object
Returns the value of attribute messageID.
15020 15021 15022 |
# File 'lib/eBay.rb', line 15020 def @messageID end |
#messageType ⇒ Object
Returns the value of attribute messageType.
15010 15011 15012 |
# File 'lib/eBay.rb', line 15010 def @messageType end |
#parentMessageID ⇒ Object
Returns the value of attribute parentMessageID.
15021 15022 15023 |
# File 'lib/eBay.rb', line 15021 def parentMessageID @parentMessageID end |
#questionType ⇒ Object
Returns the value of attribute questionType.
15011 15012 15013 |
# File 'lib/eBay.rb', line 15011 def questionType @questionType end |
#recipientID ⇒ Object
Returns the value of attribute recipientID.
15017 15018 15019 |
# File 'lib/eBay.rb', line 15017 def recipientID @recipientID end |
#senderEmail ⇒ Object
Returns the value of attribute senderEmail.
15016 15017 15018 |
# File 'lib/eBay.rb', line 15016 def senderEmail @senderEmail end |
#senderID ⇒ Object
Returns the value of attribute senderID.
15015 15016 15017 |
# File 'lib/eBay.rb', line 15015 def senderID @senderID end |
#subject ⇒ Object
Returns the value of attribute subject.
15018 15019 15020 |
# File 'lib/eBay.rb', line 15018 def subject @subject end |
Instance Method Details
#set_any(elements) ⇒ Object
15024 15025 15026 |
# File 'lib/eBay.rb', line 15024 def set_any(elements) @__xmlele_any = elements end |