Class: PT::TasksTable

Inherits:
DataTable show all
Defined in:
lib/pt/data_table.rb

Class Method Summary collapse

Methods inherited from DataTable

#[], #initialize, #length, #print

Constructor Details

This class inherits a constructor from PT::DataTable

Class Method Details

.fieldsObject



66
67
68
# File 'lib/pt/data_table.rb', line 66

def self.fields
  [:name, :owners, :story_type, :estimate, :state]
end

.headersObject



70
71
72
# File 'lib/pt/data_table.rb', line 70

def self.headers
  [:title, :owners, :type, :pt, :state]
end