Class: RuboCop::TodoAudit::Entry Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubocop/todo_audit.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

#cop_nameObject

Returns the value of attribute cop_name

Returns:

  • (Object)

    the current value of cop_name



9
10
11
# File 'lib/rubocop/todo_audit.rb', line 9

def cop_name
  @cop_name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



9
10
11
# File 'lib/rubocop/todo_audit.rb', line 9

def path
  @path
end