Class: RuboCop::Formatter::HTMLFormatter::FileOffenses Private
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Formatter::HTMLFormatter::FileOffenses
- 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
-
#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
26 27 28 |
# File 'lib/rubocop/formatter/html_formatter.rb', line 26 def offenses @offenses end |
#path ⇒ Object
Returns the value of attribute path
26 27 28 |
# File 'lib/rubocop/formatter/html_formatter.rb', line 26 def path @path end |