class Tablo::Column(T)
- Tablo::Column(T)
- Reference
- Object
Overview
The Column class is used internally by the Tablo library and offers no public interface to its attributes and methods.
Its main function is to manage the creation of table columns, using
the Table#add_column
method.