Class: Mork::Raw::Cell
- Inherits:
-
Object
- Object
- Mork::Raw::Cell
- Defined in:
- lib/mork/raw/cell.rb
Overview
A cell in a row
Instance Attribute Summary collapse
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
Instance Method Summary collapse
-
#initialize(raw:) ⇒ Cell
constructor
A new instance of Cell.
- #resolve(dictionaries:) ⇒ Object
Constructor Details
#initialize(raw:) ⇒ Cell
Returns a new instance of Cell.
12 13 14 |
# File 'lib/mork/raw/cell.rb', line 12 def initialize(raw:) @raw = raw end |
Instance Attribute Details
#raw ⇒ Object (readonly)
Returns the value of attribute raw.
10 11 12 |
# File 'lib/mork/raw/cell.rb', line 10 def raw @raw end |