Class: Medo::TextTaskWriter::TaskPresenter::Components

Inherits:
Struct
  • Object
show all
Defined in:
lib/medo/text_task_writer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



52
53
54
# File 'lib/medo/text_task_writer.rb', line 52

def description
  @description
end

#doneObject

Returns the value of attribute done

Returns:

  • (Object)

    the current value of done



52
53
54
# File 'lib/medo/text_task_writer.rb', line 52

def done
  @done
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



52
53
54
# File 'lib/medo/text_task_writer.rb', line 52

def notes
  @notes
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



52
53
54
# File 'lib/medo/text_task_writer.rb', line 52

def time
  @time
end