Class: Calamity::Task
- Inherits:
-
Object
- Object
- Calamity::Task
- Defined in:
- lib/calamity_task.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#due_date ⇒ Object
Returns the value of attribute due_date.
-
#name ⇒ Object
Returns the value of attribute name.
-
#project ⇒ Object
Returns the value of attribute project.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context.
3 4 5 |
# File 'lib/calamity_task.rb', line 3 def context @context end |
#due_date ⇒ Object
Returns the value of attribute due_date.
6 7 8 |
# File 'lib/calamity_task.rb', line 6 def due_date @due_date end |
#name ⇒ Object
Returns the value of attribute name.
2 3 4 |
# File 'lib/calamity_task.rb', line 2 def name @name end |
#project ⇒ Object
Returns the value of attribute project.
4 5 6 |
# File 'lib/calamity_task.rb', line 4 def project @project end |
#status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/calamity_task.rb', line 5 def status @status end |