Class: RenderedTodo
- Inherits:
-
Struct
- Object
- Struct
- RenderedTodo
- Defined in:
- app/controllers/wiki.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#due_date ⇒ Object
Returns the value of attribute due_date.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
4 5 6 |
# File 'app/controllers/wiki.rb', line 4 def context @context end |
#due_date ⇒ Object
Returns the value of attribute due_date
4 5 6 |
# File 'app/controllers/wiki.rb', line 4 def due_date @due_date end |
#text ⇒ Object
Returns the value of attribute text
4 5 6 |
# File 'app/controllers/wiki.rb', line 4 def text @text end |