Class: RenderedTodo

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

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



4
5
6
# File 'app/controllers/wiki.rb', line 4

def context
  @context
end

#due_dateObject

Returns the value of attribute due_date

Returns:

  • (Object)

    the current value of due_date



4
5
6
# File 'app/controllers/wiki.rb', line 4

def due_date
  @due_date
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



4
5
6
# File 'app/controllers/wiki.rb', line 4

def text
  @text
end