Class: SimpleSpreadsheets::Document::Row::Cell
- Inherits:
-
Object
- Object
- SimpleSpreadsheets::Document::Row::Cell
- Includes:
- Rendering
- Defined in:
- lib/simple_spreadsheets/document.rb
Instance Method Summary collapse
-
#initialize(type, value) ⇒ Cell
constructor
A new instance of Cell.
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 |