Class: Anydoc::Cell
- Inherits:
-
Data
- Object
- Data
- Anydoc::Cell
- Defined in:
- lib/anydoc.rb
Instance Attribute Summary collapse
-
#blocks ⇒ Object
readonly
Returns the value of attribute blocks.
-
#col_span ⇒ Object
readonly
Returns the value of attribute col_span.
-
#row_span ⇒ Object
readonly
Returns the value of attribute row_span.
Instance Attribute Details
#blocks ⇒ Object (readonly)
Returns the value of attribute blocks
21 22 23 |
# File 'lib/anydoc.rb', line 21 def blocks @blocks end |
#col_span ⇒ Object (readonly)
Returns the value of attribute col_span
21 22 23 |
# File 'lib/anydoc.rb', line 21 def col_span @col_span end |
#row_span ⇒ Object (readonly)
Returns the value of attribute row_span
21 22 23 |
# File 'lib/anydoc.rb', line 21 def row_span @row_span end |