Class: Krb::Setup::Base

Inherits:
ApplicationService show all
Defined in:
lib/krb/setup/base.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



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

def process
  shopify_prompts
  language_prompt
  wrap_up
end