Method: Columns::RawData#content
- Defined in:
- lib/columns/raw_data.rb
#content ⇒ Object (readonly)
Public: Get the String table’s content, i.e column’s names and
types.
11 12 13 |
# File 'lib/columns/raw_data.rb', line 11 def content @content end |