Class: MD4C::ListItem
- Inherits:
-
Object
- Object
- MD4C::ListItem
- Defined in:
- lib/md4c.rb,
ext/md4c/rb_md4c.c
Instance Attribute Summary collapse
-
#task_mark ⇒ Object
readonly
Returns the value of attribute task_mark.
-
#task_mark_offset ⇒ Object
readonly
Returns the value of attribute task_mark_offset.
Instance Method Summary collapse
Instance Attribute Details
#task_mark ⇒ Object (readonly)
Returns the value of attribute task_mark.
48 49 50 |
# File 'lib/md4c.rb', line 48 def task_mark @task_mark end |
#task_mark_offset ⇒ Object (readonly)
Returns the value of attribute task_mark_offset.
48 49 50 |
# File 'lib/md4c.rb', line 48 def task_mark_offset @task_mark_offset end |
Instance Method Details
#task? ⇒ Boolean
50 51 52 |
# File 'lib/md4c.rb', line 50 def task? @task end |