Class: Bosh::Cli::Client::Uaa::Prompt

Inherits:
Struct
  • Object
show all
Defined in:
lib/cli/client/uaa.rb

Instance Method Summary collapse

Instance Method Details

#password?Boolean

Returns:

  • (Boolean)


86
87
88
# File 'lib/cli/client/uaa.rb', line 86

def password?
  type == 'password'
end