Class: SimpleSpreadsheets::Document::Row::Cell

Inherits:
Object
  • Object
show all
Includes:
Rendering
Defined in:
lib/simple_spreadsheets/document.rb

Instance Method Summary collapse

Methods included from Rendering

#render, #template, #template_file

Constructor Details

#initialize(type, value) ⇒ Cell

Returns a new instance of Cell.



62
63
64
# File 'lib/simple_spreadsheets/document.rb', line 62

def initialize(type, value)
  @type, @value = type, value
end