Class DBus::Authenticator
In: lib/dbus/auth.rb
Parent: Object

General class for authentication.

Methods

name  

Public Instance methods

Returns the name of the authenticator.

[Source]

# File lib/dbus/auth.rb, line 21
    def name
      self.class.to_s.upcase.sub(/.*::/, "")
    end

[Validate]