Class: PT::TasksTable
Class Method Summary collapse
Methods inherited from DataTable
#[], #initialize, #length, #print
Constructor Details
This class inherits a constructor from PT::DataTable
Class Method Details
.fields ⇒ Object
58 59 60 |
# File 'lib/pt/data_table.rb', line 58 def self.fields [:name, :state, :id] end |