Sha256: 0c81b11ac8ece552fff0ba919978e69551e9c6b83d95b584d563b735b0ea9386

Contents?: true

Size: 252 Bytes

Versions: 8

Compression:

Stored size: 252 Bytes

Contents

# encoding: utf-8
# util class that groups common methods used by the helper classes
module DatadogUtil
  private

  def compile_error?
    @run_status.all_resources.nil? || @run_status.elapsed_time.nil? || @run_status.updated_resources.nil?
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
chef-handler-datadog-0.15.0 lib/chef/handler/datadog_util.rb
chef-handler-datadog-0.14.0 lib/chef/handler/datadog_util.rb
chef-handler-datadog-0.13.0 lib/chef/handler/datadog_util.rb
chef-handler-datadog-0.12.3 lib/chef/handler/datadog_util.rb
chef-handler-datadog-0.12.2 lib/chef/handler/datadog_util.rb
chef-handler-datadog-0.12.1 lib/chef/handler/datadog_util.rb
chef-handler-datadog-0.12.0 lib/chef/handler/datadog_util.rb
chef-handler-datadog-0.11.0 lib/chef/handler/datadog_util.rb