Class: RuboCop::TodoAudit::Entry Private
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::TodoAudit::Entry
- 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
-
#cop_name ⇒ Object
Returns the value of attribute cop_name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#cop_name ⇒ Object
Returns the value of attribute cop_name
9 10 11 |
# File 'lib/rubocop/todo_audit.rb', line 9 def cop_name @cop_name end |
#path ⇒ Object
Returns the value of attribute path
9 10 11 |
# File 'lib/rubocop/todo_audit.rb', line 9 def path @path end |