Class: RuboCop::Formatter::HTMLFormatter::Summary Private
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Formatter::HTMLFormatter::Summary
- Defined in:
- lib/rubocop/formatter/html_formatter.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
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
25 26 27 |
# File 'lib/rubocop/formatter/html_formatter.rb', line 25 def inspected_files @inspected_files end |
#offense_count ⇒ Object
Returns the value of attribute offense_count
25 26 27 |
# File 'lib/rubocop/formatter/html_formatter.rb', line 25 def offense_count @offense_count end |
#target_files ⇒ Object
Returns the value of attribute target_files
25 26 27 |
# File 'lib/rubocop/formatter/html_formatter.rb', line 25 def target_files @target_files end |