HammerCLI::Apipie::AbstractCredentials
# File lib/hammer_cli_foreman/credentials.rb, line 23 def clear @username = nil @password = nil end
# File lib/hammer_cli_foreman/credentials.rb, line 19 def empty? !@username && !@password end
# File lib/hammer_cli_foreman/credentials.rb, line 14 def password @password ||= ask_user(_("[Foreman] password for %s: ") % @username, true) if HammerCLI.interactive? @password end
Generated with the Darkfish Rdoc Generator 2.