Class: Krb::Setup::ApplyAdminCredentials

Inherits:
ApplicationService show all
Defined in:
lib/krb/setup/apply_admin_credentials.rb

Overview

Sets up configuration

Instance Method Summary collapse

Methods inherited from ApplicationService

process, #prompt, #setup_file_name, #setup_file_path, #verify_admin, #verify_production, #verify_setup

Instance Method Details

#processObject



10
11
12
13
# File 'lib/krb/setup/apply_admin_credentials.rb', line 10

def process
  ask_api_key
  ask_password
end