Class: Rrxcell::Excelx::Cell

Inherits:
Cell
  • Object
show all
Defined in:
lib/rrxcell/excelx/cell.rb

Instance Attribute Summary

Attributes inherited from Cell

#row

Instance Method Summary collapse

Methods inherited from Cell

#initialize

Constructor Details

This class inherits a constructor from Rrxcell::Cell

Instance Method Details

#valueObject



5
6
7
# File 'lib/rrxcell/excelx/cell.rb', line 5

def value
  @row.object.at(@position)
end