Class: Extension::Forms::Questions::AskRegistration

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

Instance Method Summary collapse

Methods included from ShopifyCLI::MethodObject

included, #to_proc

Instance Method Details

#call(project_details) ⇒ Object



15
16
17
# File 'lib/project_types/extension/forms/questions/ask_registration.rb', line 15

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