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