Class: Anydoc::ListItem
- Inherits:
-
Data
- Object
- Data
- Anydoc::ListItem
- Defined in:
- lib/anydoc.rb
Instance Attribute Summary collapse
-
#blocks ⇒ Object
readonly
Returns the value of attribute blocks.
-
#checked ⇒ Object
readonly
Returns the value of attribute checked.
-
#marker_label ⇒ Object
readonly
Returns the value of attribute marker_label.
Instance Attribute Details
#blocks ⇒ Object (readonly)
Returns the value of attribute blocks
18 19 20 |
# File 'lib/anydoc.rb', line 18 def blocks @blocks end |
#checked ⇒ Object (readonly)
Returns the value of attribute checked
18 19 20 |
# File 'lib/anydoc.rb', line 18 def checked @checked end |
#marker_label ⇒ Object (readonly)
Returns the value of attribute marker_label
18 19 20 |
# File 'lib/anydoc.rb', line 18 def marker_label @marker_label end |