Class: DBus::MethodReturnMessage

Inherits:
Message
  • Object
show all
Defined in:
lib/dbus/message.rb

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

Methods inherited from Message

#add_param, #annotate_exception, error, #marshall, method_return, #reply_to, #to_s, #unmarshall_buffer

Constructor Details

#initializeMethodReturnMessage

Returns a new instance of MethodReturnMessage.



242
243
244
# File 'lib/dbus/message.rb', line 242

def initialize
  super(METHOD_RETURN)
end