Class: RuboCop::Formatter::HTMLFormatter::Summary

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubocop/formatter/html_formatter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#inspected_filesObject

Returns the value of attribute inspected_files

Returns:

  • (Object)

    the current value of inspected_files



25
26
27
# File 'lib/rubocop/formatter/html_formatter.rb', line 25

def inspected_files
  @inspected_files
end

#offense_countObject

Returns the value of attribute offense_count

Returns:

  • (Object)

    the current value of offense_count



25
26
27
# File 'lib/rubocop/formatter/html_formatter.rb', line 25

def offense_count
  @offense_count
end

#target_filesObject

Returns the value of attribute target_files

Returns:

  • (Object)

    the current value of target_files



25
26
27
# File 'lib/rubocop/formatter/html_formatter.rb', line 25

def target_files
  @target_files
end