Class: InterMine::Results::NewResultRow

Inherits:
ResultsRow
  • Object
show all
Defined in:
lib/intermine/results.rb

Instance Method Summary collapse

Methods inherited from ResultsRow

#[], #each, #first, #initialize, #last, #size, #to_a, #to_csv, #to_h, #to_s

Constructor Details

This class inherits a constructor from InterMine::Results::ResultsRow

Instance Method Details

#value_of(cell) ⇒ Object



220
221
222
# File 'lib/intermine/results.rb', line 220

def value_of(cell)
    return cell
end