Sha256: 6eac84489719cc6180df81564f9b0b85e6f8da49c4c989f35652e211ec2a6669

Contents?: true

Size: 180 Bytes

Versions: 6

Compression:

Stored size: 180 Bytes

Contents

module LearnChef module Workflow
  @@task_options = {}

  def assign_task_options(options)
    @@task_options = options
  end

  def task_options
    @@task_options
  end
end; end

Version data entries

6 entries across 4 versions & 1 rubygems

Version Path
chef-12.11.18-universal-mingw32 acceptance/top-cookbooks/test_run/learn-the-basics-ubuntu/cookbooks/workflow/libraries/task_helpers.rb
chef-12.11.18-universal-mingw32 acceptance/top-cookbooks/test_run/learn-the-basics-windows/cookbooks/workflow/libraries/task_helpers.rb
chef-12.11.18 acceptance/top-cookbooks/test_run/learn-the-basics-ubuntu/cookbooks/workflow/libraries/task_helpers.rb
chef-12.11.18 acceptance/top-cookbooks/test_run/learn-the-basics-windows/cookbooks/workflow/libraries/task_helpers.rb
chef-12.7.2 acceptance/top-cookbooks/test_run/learn-the-basics-windows/cookbooks/workflow/libraries/task_helpers.rb
chef-12.7.2-universal-mingw32 acceptance/top-cookbooks/test_run/learn-the-basics-windows/cookbooks/workflow/libraries/task_helpers.rb