Class: Hecks::Behaviors::FileResult
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Behaviors::FileResult
- Defined in:
- lib/hecks/behaviors/runner.rb
Instance Attribute Summary collapse
-
#parse_error ⇒ Object
Returns the value of attribute parse_error.
-
#path ⇒ Object
Returns the value of attribute path.
-
#runs ⇒ Object
Returns the value of attribute runs.
Instance Attribute Details
#parse_error ⇒ Object
Returns the value of attribute parse_error
10 11 12 |
# File 'lib/hecks/behaviors/runner.rb', line 10 def parse_error @parse_error end |
#path ⇒ Object
Returns the value of attribute path
10 11 12 |
# File 'lib/hecks/behaviors/runner.rb', line 10 def path @path end |
#runs ⇒ Object
Returns the value of attribute runs
10 11 12 |
# File 'lib/hecks/behaviors/runner.rb', line 10 def runs @runs end |