Class: Prettytodo::NotesController::PrettyTodoStruct
- Inherits:
-
Struct
- Object
- Struct
- Prettytodo::NotesController::PrettyTodoStruct
- Defined in:
- app/controllers/prettytodo/notes_controller.rb
Instance Attribute Summary collapse
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#line ⇒ Object
Returns the value of attribute line.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#file_name ⇒ Object
Returns the value of attribute file_name
2 3 4 |
# File 'app/controllers/prettytodo/notes_controller.rb', line 2 def file_name @file_name end |
#line ⇒ Object
Returns the value of attribute line
2 3 4 |
# File 'app/controllers/prettytodo/notes_controller.rb', line 2 def line @line end |
#tag ⇒ Object
Returns the value of attribute tag
2 3 4 |
# File 'app/controllers/prettytodo/notes_controller.rb', line 2 def tag @tag end |
#text ⇒ Object
Returns the value of attribute text
2 3 4 |
# File 'app/controllers/prettytodo/notes_controller.rb', line 2 def text @text end |