Class: Hecks::Behaviors::ParseResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/hecks/behaviors/runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#parse_errorObject

Returns the value of attribute parse_error

Returns:

  • (Object)

    the current value of parse_error



12
13
14
# File 'lib/hecks/behaviors/runner.rb', line 12

def parse_error
  @parse_error
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



12
13
14
# File 'lib/hecks/behaviors/runner.rb', line 12

def path
  @path
end

#suiteObject

Returns the value of attribute suite

Returns:

  • (Object)

    the current value of suite



12
13
14
# File 'lib/hecks/behaviors/runner.rb', line 12

def suite
  @suite
end