Class: Extension::Forms::Questions::AskApp

Inherits:
Object
  • Object
show all
Includes:
ShopifyCLI::MethodObject
Defined in:
lib/project_types/extension/forms/questions/ask_app.rb

Instance Method Summary collapse

Methods included from ShopifyCLI::MethodObject

included, #to_proc

Instance Method Details

#call(project_details) ⇒ Object



13
14
15
# File 'lib/project_types/extension/forms/questions/ask_app.rb', line 13

def call(project_details)
  project_details.tap(&method(:prompt_for_app))
end