Class: RuboCop::Formatter::HTMLFormatter::FileOffenses Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#offensesObject

Returns the value of attribute offenses

Returns:

  • (Object)

    the current value of offenses



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

def offenses
  @offenses
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end