class DBus::Authentication::Mechanism

Base class of authentication mechanisms

Public Instance Methods

name() click to toggle source

Uppercase mechanism name, as sent to the server @return [String]

# File lib/dbus/auth.rb, line 34
def name
  self.class.to_s.upcase.sub(/.*::/, "")
end