Class: AutomaticDependencies
- 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
- #in_report? ⇒ Boolean
-
#initialize(childs) ⇒ AutomaticDependencies
constructor
A new instance of AutomaticDependencies.
Methods inherited from Group
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
10 11 12 |
# File 'lib/audit/lib/benchmark/automatic_dependencies.rb', line 10 def in_report?() false end |