Class: DBus::Authenticator

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

Overview

General class for authentication.

Direct Known Subclasses

Anonymous, DBusCookieSHA1, External

Instance Method Summary collapse

Instance Method Details

#nameObject

Returns the name of the authenticator.



19
20
21
# File 'lib/dbus/auth.rb', line 19

def name
  self.class.to_s.upcase.sub(/.*::/, "")
end