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

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubocop/formatter/html_formatter.rb

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