Class: Bio::SOFT::Table::Header
Overview
:nodoc:
Instance Attribute Summary (collapse)
Instance Method Summary (collapse)
-
- (Header) initialize
constructor
A new instance of Header.
Constructor Details
- (Header) initialize
A new instance of Header
206 207 208 |
# File 'lib/bio/db/soft.rb', line 206 def initialize @column_index = {} end |
Instance Attribute Details
- (Object) column_index
204 205 206 |
# File 'lib/bio/db/soft.rb', line 204 def column_index @column_index end |