Class: Hecks::Behaviors::ParseResult
- Inherits:
-
Struct
- Object
- Struct
- Hecks::Behaviors::ParseResult
- 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.
-
#suite ⇒ Object
Returns the value of attribute suite.
Instance Attribute Details
#parse_error ⇒ Object
Returns the value of attribute parse_error
12 13 14 |
# File 'lib/hecks/behaviors/runner.rb', line 12 def parse_error @parse_error end |
#path ⇒ Object
Returns the value of attribute path
12 13 14 |
# File 'lib/hecks/behaviors/runner.rb', line 12 def path @path end |
#suite ⇒ Object
Returns the value of attribute suite
12 13 14 |
# File 'lib/hecks/behaviors/runner.rb', line 12 def suite @suite end |