Class: TodoListFormatter::FileOffence
- Inherits:
-
Struct
- Object
- Struct
- TodoListFormatter::FileOffence
- Defined in:
- lib/datarockets_style/formatter/todo_list_formatter.rb
Instance Attribute Summary collapse
-
#cop_name ⇒ Object
Returns the value of attribute cop_name.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
Instance Attribute Details
#cop_name ⇒ Object
Returns the value of attribute cop_name
24 25 26 |
# File 'lib/datarockets_style/formatter/todo_list_formatter.rb', line 24 def cop_name @cop_name end |
#file_path ⇒ Object
Returns the value of attribute file_path
24 25 26 |
# File 'lib/datarockets_style/formatter/todo_list_formatter.rb', line 24 def file_path @file_path end |