Class: Brainiac::Plugins::Basecamp::Epic::Task
- Inherits:
-
Struct
- Object
- Struct
- Brainiac::Plugins::Basecamp::Epic::Task
- Defined in:
- lib/brainiac/plugins/basecamp/epic.rb
Overview
Represents a single task within an epic (one todo → one Fizzy card).
Instance Attribute Summary collapse
-
#assignees ⇒ Object
Returns the value of attribute assignees.
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#depends_on ⇒ Object
Returns the value of attribute depends_on.
-
#description ⇒ Object
Returns the value of attribute description.
-
#due_on ⇒ Object
Returns the value of attribute due_on.
-
#fizzy_card ⇒ Object
Returns the value of attribute fizzy_card.
-
#project ⇒ Object
Returns the value of attribute project.
-
#status ⇒ Object
Returns the value of attribute status.
-
#title ⇒ Object
Returns the value of attribute title.
-
#todo_id ⇒ Object
Returns the value of attribute todo_id.
Instance Attribute Details
#assignees ⇒ Object
Returns the value of attribute assignees
22 23 24 |
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22 def assignees @assignees end |
#completed ⇒ Object
Returns the value of attribute completed
22 23 24 |
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22 def completed @completed end |
#depends_on ⇒ Object
Returns the value of attribute depends_on
22 23 24 |
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22 def depends_on @depends_on end |
#description ⇒ Object
Returns the value of attribute description
22 23 24 |
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22 def description @description end |
#due_on ⇒ Object
Returns the value of attribute due_on
22 23 24 |
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22 def due_on @due_on end |
#fizzy_card ⇒ Object
Returns the value of attribute fizzy_card
22 23 24 |
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22 def fizzy_card @fizzy_card end |
#project ⇒ Object
Returns the value of attribute project
22 23 24 |
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22 def project @project end |
#status ⇒ Object
Returns the value of attribute status
22 23 24 |
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22 def status @status end |
#title ⇒ Object
Returns the value of attribute title
22 23 24 |
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22 def title @title end |
#todo_id ⇒ Object
Returns the value of attribute todo_id
22 23 24 |
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22 def todo_id @todo_id end |