Class: Extension::Tasks::ConfigureOptions

Inherits:
Object
  • Object
show all
Includes:
ShopifyCLI::MethodObject
Defined in:
lib/project_types/extension/tasks/configure_options.rb

Instance Method Summary collapse

Methods included from ShopifyCLI::MethodObject

included, #to_proc

Instance Method Details

#call(specification_attribute_sets) ⇒ Object



6
7
8
9
10
11
# File 'lib/project_types/extension/tasks/configure_options.rb', line 6

def call(specification_attribute_sets)
  specification_attribute_sets.each do |attributes|
    attributes[:options] ||= {}
    configure_skip_build(attributes)
  end
end