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