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