class DBus::Object::UndefinedInterface
Forgetting to declare the interface for a method/signal/property is a ScriptError.
Public Class Methods
Source
# File lib/dbus/object.rb, line 103 def initialize(sym) super "No interface specified for #{sym}. Enclose it in dbus_interface." end
Calls superclass method