Class: RuboCop::Formatter::HTMLFormatter::Summary
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Formatter::HTMLFormatter::Summary
- Defined in:
- lib/rubocop/formatter/html_formatter.rb
Instance Attribute Summary collapse
-
#inspected_files ⇒ Object
Returns the value of attribute inspected_files.
-
#offense_count ⇒ Object
Returns the value of attribute offense_count.
-
#target_files ⇒ Object
Returns the value of attribute target_files.
Instance Attribute Details
#inspected_files ⇒ Object
Returns the value of attribute inspected_files
24 25 26 |
# File 'lib/rubocop/formatter/html_formatter.rb', line 24 def inspected_files @inspected_files end |
#offense_count ⇒ Object
Returns the value of attribute offense_count
24 25 26 |
# File 'lib/rubocop/formatter/html_formatter.rb', line 24 def offense_count @offense_count end |
#target_files ⇒ Object
Returns the value of attribute target_files
24 25 26 |
# File 'lib/rubocop/formatter/html_formatter.rb', line 24 def target_files @target_files end |