Class: Extension::Tasks::ConfigureOptions
- Inherits:
-
Object
- Object
- Extension::Tasks::ConfigureOptions
- Includes:
- ShopifyCLI::MethodObject
- Defined in:
- lib/project_types/extension/tasks/configure_options.rb
Instance Method Summary collapse
Methods included from ShopifyCLI::MethodObject
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 |