Class: Krb::Setup::AskShopifyShopName

Inherits:
ApplicationService show all
Defined in:
lib/krb/setup/ask_shopify_shop_name.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
# File 'lib/krb/setup/ask_shopify_shop_name.rb', line 10

def process
  prompt.ask(ask_phrase) { |q| q.required true }
end