Class: MD4C::ListItem

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

#task_markString (readonly)

Returns the value of attribute task_mark.

Returns:

  • (String)


50
51
52
# File 'lib/md4c.rb', line 50

def task_mark
  @task_mark
end

#task_mark_offsetInteger (readonly)

Returns the value of attribute task_mark_offset.

Returns:

  • (Integer)


50
51
52
# File 'lib/md4c.rb', line 50

def task_mark_offset
  @task_mark_offset
end

Instance Method Details

#task?Boolean

Returns:

  • (Boolean)


52
53
54
# File 'lib/md4c.rb', line 52

def task?
  @task
end