Class: Quiver::Cell
- Inherits:
-
Object
- Object
- Quiver::Cell
- Defined in:
- lib/quiver/cell.rb
Defined Under Namespace
Instance Method Summary collapse
-
#initialize(json, note) ⇒ Cell
constructor
A new instance of Cell.
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 |