123456789_123456789_123456789_123456789_123456789_

Class: RuboCop::TodoAudit::Entry Private

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/rubocop/todo_audit.rb

Instance Attribute Summary

Instance Attribute Details

#cop_name (rw)

[ GitHub ]

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

Entry = Struct.new(:cop_name, :path)

#path (rw)

[ GitHub ]

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

Entry = Struct.new(:cop_name, :path)