class DBus::Object::UndefinedInterface

Forgetting to declare the interface for a method/signal/property is a ScriptError.

Public Class Methods

new(sym) click to toggle source
Calls superclass method
    # File lib/dbus/object.rb
120 def initialize(sym)
121   super "No interface specified for #{sym}. Enclose it in dbus_interface."
122 end