Class: Anydoc::CellSlot
- Inherits:
-
Data
- Object
- Data
- Anydoc::CellSlot
- Defined in:
- lib/anydoc.rb
Instance Attribute Summary collapse
-
#cell ⇒ Object
readonly
Returns the value of attribute cell.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#origin_col ⇒ Object
readonly
Returns the value of attribute origin_col.
-
#origin_row ⇒ Object
readonly
Returns the value of attribute origin_row.
Instance Attribute Details
#cell ⇒ Object (readonly)
Returns the value of attribute cell
20 21 22 |
# File 'lib/anydoc.rb', line 20 def cell @cell end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
20 21 22 |
# File 'lib/anydoc.rb', line 20 def kind @kind end |
#origin_col ⇒ Object (readonly)
Returns the value of attribute origin_col
20 21 22 |
# File 'lib/anydoc.rb', line 20 def origin_col @origin_col end |
#origin_row ⇒ Object (readonly)
Returns the value of attribute origin_row
20 21 22 |
# File 'lib/anydoc.rb', line 20 def origin_row @origin_row end |