Class: DBus::Authenticator

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

Overview

General class for authentication.

Direct Known Subclasses

External

Instance Method Summary collapse

Instance Method Details

#nameObject

Returns the name of the authenticator.



17
18
19
# File 'lib/dbus/auth.rb', line 17

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