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