class ComTrolltechChatInterface
Public Class Methods
new(service, path, connection, parent)
click to toggle source
Calls superclass method
# File examples/qdbus/chat/chat_interface.rb, line 5 def initialize(service, path, connection, parent) super(service, path, ComTrolltechChatInterface.staticInterfaceName(), connection, parent) end
staticInterfaceName()
click to toggle source
# File examples/qdbus/chat/chat_interface.rb, line 9 def self.staticInterfaceName() return "com.trolltech.chat" end