class DBus::Authentication::Mechanism
Base class of authentication mechanisms
Public Instance Methods
Source
# File lib/dbus/auth.rb, line 34 def name self.class.to_s.upcase.sub(/.*::/, "") end
Uppercase mechanism name, as sent to the server @return [String]