Class: MD4C::Table

Inherits:
Object
  • Object
show all
Defined in:
lib/md4c.rb,
sig/md4c.rbs,
ext/md4c/rb_md4c.c

Instance Attribute Summary collapse

Instance Attribute Details

#body_row_countInteger (readonly)

Returns the value of attribute body_row_count.

Returns:

  • (Integer)


74
75
76
# File 'lib/md4c.rb', line 74

def body_row_count
  @body_row_count
end

#col_countInteger (readonly)

Returns the value of attribute col_count.

Returns:

  • (Integer)


74
75
76
# File 'lib/md4c.rb', line 74

def col_count
  @col_count
end

#head_row_countInteger (readonly)

Returns the value of attribute head_row_count.

Returns:

  • (Integer)


74
75
76
# File 'lib/md4c.rb', line 74

def head_row_count
  @head_row_count
end