Class: DBus::MethodReturnMessage
Overview
class Message
Constant Summary
Constants inherited from Message
DBus::Message::DESTINATION, DBus::Message::ERROR, DBus::Message::ERROR_NAME, DBus::Message::INTERFACE, DBus::Message::INVALID, DBus::Message::MEMBER, DBus::Message::MESSAGE_SIGNATURE, DBus::Message::METHOD_CALL, DBus::Message::METHOD_RETURN, DBus::Message::NO_AUTO_START, DBus::Message::NO_REPLY_EXPECTED, DBus::Message::PATH, DBus::Message::REPLY_SERIAL, DBus::Message::SENDER, DBus::Message::SIGNAL, DBus::Message::SIGNATURE
Instance Attribute Summary
Attributes inherited from Message
#destination, #error_name, #interface, #member, #message_type, #params, #path, #protocol, #reply_serial, #sender, #serial, #signature
Instance Method Summary collapse
-
#initialize ⇒ MethodReturnMessage
constructor
A new instance of MethodReturnMessage.
Methods inherited from Message
#add_param, error, #marshall, method_return, #reply_to, #unmarshall, #unmarshall_buffer
Constructor Details
#initialize ⇒ MethodReturnMessage
Returns a new instance of MethodReturnMessage.
283 284 285 |
# File 'lib/dbus/message.rb', line 283 def initialize super(METHOD_RETURN) end |