class DBus::Authenticator
General class for authentication.¶ ↑
Public Instance Methods
name()
click to toggle source
Returns the name of the authenticator.
# File lib/dbus/auth.rb 19 def name 20 self.class.to_s.upcase.sub(/.*::/, "") 21 end