Class: MD4C::OrderedList

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#mark_delimiterString (readonly)

Returns the value of attribute mark_delimiter.

Returns:

  • (String)


42
43
44
# File 'lib/md4c.rb', line 42

def mark_delimiter
  @mark_delimiter
end

#startInteger (readonly)

Returns the value of attribute start.

Returns:

  • (Integer)


42
43
44
# File 'lib/md4c.rb', line 42

def start
  @start
end

Instance Method Details

#tight?Boolean

Returns:

  • (Boolean)


44
45
46
# File 'lib/md4c.rb', line 44

def tight?
  @tight
end