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



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

def offenses
  @offenses
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end