Class: Prettytodo::NotesController::PrettyTodoStruct

Inherits:
Struct
  • Object
show all
Defined in:
app/controllers/prettytodo/notes_controller.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_nameObject

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

#lineObject

Returns the value of attribute line



2
3
4
# File 'app/controllers/prettytodo/notes_controller.rb', line 2

def line
  @line
end

#tagObject

Returns the value of attribute tag



2
3
4
# File 'app/controllers/prettytodo/notes_controller.rb', line 2

def tag
  @tag
end

#textObject

Returns the value of attribute text



2
3
4
# File 'app/controllers/prettytodo/notes_controller.rb', line 2

def text
  @text
end