Class: PT::MultiUserTasksTable

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

Class Method Summary collapse

Methods inherited from DataTable

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

Constructor Details

This class inherits a constructor from PT::DataTable

Class Method Details

.fieldsObject



78
79
80
# File 'lib/pt/data_table.rb', line 78

def self.fields
  [:owned_by, :name, :state, :id]
end