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