Class: Hecks::Behaviors::SweepResult
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Behaviors::SweepResult
- Defined in:
- lib/hecks/behaviors/runner.rb
Instance Attribute Summary collapse
-
#files ⇒ Object
Returns the value of attribute files.
-
#files_swept ⇒ Object
Returns the value of attribute files_swept.
-
#root ⇒ Object
Returns the value of attribute root.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Attribute Details
#files ⇒ Object
Returns the value of attribute files
11 12 13 |
# File 'lib/hecks/behaviors/runner.rb', line 11 def files @files end |
#files_swept ⇒ Object
Returns the value of attribute files_swept
11 12 13 |
# File 'lib/hecks/behaviors/runner.rb', line 11 def files_swept @files_swept end |
#root ⇒ Object
Returns the value of attribute root
11 12 13 |
# File 'lib/hecks/behaviors/runner.rb', line 11 def root @root end |
#summary ⇒ Object
Returns the value of attribute summary
11 12 13 |
# File 'lib/hecks/behaviors/runner.rb', line 11 def summary @summary end |