Class: Calamity::Task

Inherits:
Object
  • Object
show all
Defined in:
lib/calamity_task.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context.



3
4
5
# File 'lib/calamity_task.rb', line 3

def context
  @context
end

#due_dateObject

Returns the value of attribute due_date.



6
7
8
# File 'lib/calamity_task.rb', line 6

def due_date
  @due_date
end

#nameObject

Returns the value of attribute name.



2
3
4
# File 'lib/calamity_task.rb', line 2

def name
  @name
end

#projectObject

Returns the value of attribute project.



4
5
6
# File 'lib/calamity_task.rb', line 4

def project
  @project
end

#statusObject

Returns the value of attribute status.



5
6
7
# File 'lib/calamity_task.rb', line 5

def status
  @status
end