Class: AutomaticDependencies

Inherits:
Group
  • Object
show all
Defined in:
lib/audit/lib/benchmark/automatic_dependencies.rb

Overview

To change this template, choose Tools | Templates and open the template in the editor.

Instance Attribute Summary

Attributes inherited from Group

#children, #description, #id, #name

Instance Method Summary collapse

Methods inherited from Group

#to_hash

Constructor Details

#initialize(childs) ⇒ AutomaticDependencies

Returns a new instance of AutomaticDependencies.



5
6
7
8
# File 'lib/audit/lib/benchmark/automatic_dependencies.rb', line 5

def initialize(childs)
  super("AUTOMATIC_DEPENDENCIES", "automatic dependencies", "checks which are not contained in the benchmark, but neccessary to execute checks in the benchmark")
  @children = childs
end

Instance Method Details

#in_report?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/audit/lib/benchmark/automatic_dependencies.rb', line 10

def in_report?()
  false
end