Class: Quiver::Cell

Inherits:
Object
  • Object
show all
Defined in:
lib/quiver/cell.rb

Direct Known Subclasses

Markdown, Text

Defined Under Namespace

Classes: Markdown, Text

Instance Method Summary collapse

Constructor Details

#initialize(json, note) ⇒ Cell

Returns a new instance of Cell.



3
4
5
6
# File 'lib/quiver/cell.rb', line 3

def initialize(json, note)
  @note = note
  @data = json['data']
end