Class: Bio::SOFT::Table::Header

Inherits:
Array
  • Object
show all
Defined in:
lib/bio/db/soft.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeHeader

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_indexObject

Returns the value of attribute column_index.



204
205
206
# File 'lib/bio/db/soft.rb', line 204

def column_index
  @column_index
end