Class: Hecks::Behaviors::FileResult

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



10
11
12
# File 'lib/hecks/behaviors/runner.rb', line 10

def parse_error
  @parse_error
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



10
11
12
# File 'lib/hecks/behaviors/runner.rb', line 10

def path
  @path
end

#runsObject

Returns the value of attribute runs

Returns:

  • (Object)

    the current value of runs



10
11
12
# File 'lib/hecks/behaviors/runner.rb', line 10

def runs
  @runs
end