Class: MD4C::Table
- Inherits:
-
Object
- Object
- MD4C::Table
- Defined in:
- lib/md4c.rb,
ext/md4c/rb_md4c.c
Instance Attribute Summary collapse
-
#body_row_count ⇒ Object
readonly
Returns the value of attribute body_row_count.
-
#col_count ⇒ Object
readonly
Returns the value of attribute col_count.
-
#head_row_count ⇒ Object
readonly
Returns the value of attribute head_row_count.
Instance Attribute Details
#body_row_count ⇒ Object (readonly)
Returns the value of attribute body_row_count.
72 73 74 |
# File 'lib/md4c.rb', line 72 def body_row_count @body_row_count end |
#col_count ⇒ Object (readonly)
Returns the value of attribute col_count.
72 73 74 |
# File 'lib/md4c.rb', line 72 def col_count @col_count end |
#head_row_count ⇒ Object (readonly)
Returns the value of attribute head_row_count.
72 73 74 |
# File 'lib/md4c.rb', line 72 def head_row_count @head_row_count end |