Object
Returns the name of the authenticator.
# File lib/dbus/auth.rb, line 21 def name self.class.to_s.upcase.sub(%r.*::/, "") end