Class: Brainiac::Plugins::Basecamp::Epic::Task

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#assigneesObject

Returns the value of attribute assignees

Returns:

  • (Object)

    the current value of assignees



22
23
24
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22

def assignees
  @assignees
end

#completedObject

Returns the value of attribute completed

Returns:

  • (Object)

    the current value of completed



22
23
24
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22

def completed
  @completed
end

#depends_onObject

Returns the value of attribute depends_on

Returns:

  • (Object)

    the current value of depends_on



22
23
24
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22

def depends_on
  @depends_on
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



22
23
24
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22

def description
  @description
end

#due_onObject

Returns the value of attribute due_on

Returns:

  • (Object)

    the current value of due_on



22
23
24
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22

def due_on
  @due_on
end

#fizzy_cardObject

Returns the value of attribute fizzy_card

Returns:

  • (Object)

    the current value of fizzy_card



22
23
24
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22

def fizzy_card
  @fizzy_card
end

#projectObject

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



22
23
24
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22

def project
  @project
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



22
23
24
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22

def status
  @status
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



22
23
24
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22

def title
  @title
end

#todo_idObject

Returns the value of attribute todo_id

Returns:

  • (Object)

    the current value of todo_id



22
23
24
# File 'lib/brainiac/plugins/basecamp/epic.rb', line 22

def todo_id
  @todo_id
end