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, line 120
def initialize(sym)
  super "No interface specified for #{sym}. Enclose it in dbus_interface."
end