Class: Medo::TextTaskWriter::TaskPresenter::Components
- Inherits:
-
Struct
- Object
- Struct
- Medo::TextTaskWriter::TaskPresenter::Components
- Defined in:
- lib/medo/text_task_writer.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#done ⇒ Object
Returns the value of attribute done.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
52 53 54 |
# File 'lib/medo/text_task_writer.rb', line 52 def description @description end |
#done ⇒ Object
Returns the value of attribute done
52 53 54 |
# File 'lib/medo/text_task_writer.rb', line 52 def done @done end |
#notes ⇒ Object
Returns the value of attribute notes
52 53 54 |
# File 'lib/medo/text_task_writer.rb', line 52 def notes @notes end |
#time ⇒ Object
Returns the value of attribute time
52 53 54 |
# File 'lib/medo/text_task_writer.rb', line 52 def time @time end |