Class: DBus::Authenticator
- Inherits:
-
Object
- Object
- DBus::Authenticator
- Defined in:
- lib/dbus/auth.rb
Overview
General class for authentication.
Direct Known Subclasses
Instance Method Summary collapse
-
#name ⇒ Object
Returns the name of the authenticator.
Instance Method Details
#name ⇒ Object
Returns the name of the authenticator.
21 22 23 |
# File 'lib/dbus/auth.rb', line 21 def name self.class.to_s.upcase.sub(/.*::/, "") end |