Class: Extension::Forms::Questions::AskApp
- Inherits:
-
Object
- Object
- Extension::Forms::Questions::AskApp
- Includes:
- ShopifyCLI::MethodObject
- Defined in:
- lib/project_types/extension/forms/questions/ask_app.rb
Instance Method Summary collapse
Methods included from ShopifyCLI::MethodObject
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 |