Class: Hecks::Behaviors::SweepResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



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

def files
  @files
end

#files_sweptObject

Returns the value of attribute files_swept

Returns:

  • (Object)

    the current value of files_swept



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

def files_swept
  @files_swept
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



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

def root
  @root
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



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

def summary
  @summary
end