Class: DBus::Authentication::Anonymous Private

Inherits:
Mechanism
  • Object
show all
Defined in:
lib/dbus/auth.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Anonymous authentication class. dbus.freedesktop.org/doc/dbus-specification.html#auth-mechanisms-anonymous

Instance Method Summary collapse

Methods inherited from Mechanism

#name

Instance Method Details

#call(_challenge) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



42
43
44
# File 'lib/dbus/auth.rb', line 42

def call(_challenge)
  [:MechOk, "Ruby DBus"]
end