Class: Task
- Inherits:
-
Object
- Object
- Task
- Defined in:
- lib/clear/task.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#list ⇒ Object
Returns the value of attribute list.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
2 3 4 |
# File 'lib/clear/task.rb', line 2 def id @id end |
#list ⇒ Object
Returns the value of attribute list.
2 3 4 |
# File 'lib/clear/task.rb', line 2 def list @list end |
#title ⇒ Object
Returns the value of attribute title.
2 3 4 |
# File 'lib/clear/task.rb', line 2 def title @title end |
Instance Method Details
#complete!(database) ⇒ Object
4 5 |
# File 'lib/clear/task.rb', line 4 def complete!(database) end |