Class: Swat::TodoWindow::TreeItem

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

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



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

def category
  @category
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



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

def description
  @description
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



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

def priority
  @priority
end