Class: Anydoc::List
- Inherits:
-
Data
- Object
- Data
- Anydoc::List
- Defined in:
- lib/anydoc.rb
Instance Attribute Summary collapse
-
#items ⇒ Object
readonly
Returns the value of attribute items.
-
#marker ⇒ Object
readonly
Returns the value of attribute marker.
-
#start ⇒ Object
readonly
Returns the value of attribute start.
Instance Attribute Details
#items ⇒ Object (readonly)
Returns the value of attribute items
17 18 19 |
# File 'lib/anydoc.rb', line 17 def items @items end |
#marker ⇒ Object (readonly)
Returns the value of attribute marker
17 18 19 |
# File 'lib/anydoc.rb', line 17 def marker @marker end |
#start ⇒ Object (readonly)
Returns the value of attribute start
17 18 19 |
# File 'lib/anydoc.rb', line 17 def start @start end |