Class: Trlo::TasksTable
Class Method Summary collapse
Methods inherited from DataTable
#[], #initialize, #length, #print
Constructor Details
This class inherits a constructor from Trlo::DataTable
Class Method Details
.fields ⇒ Object
49 50 51 |
# File 'lib/trlo/data_table.rb', line 49 def self.fields [:name, :current_state, :id] end |