Class: Anydoc::List

Inherits:
Data
  • Object
show all
Defined in:
lib/anydoc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#itemsObject (readonly)

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



17
18
19
# File 'lib/anydoc.rb', line 17

def items
  @items
end

#markerObject (readonly)

Returns the value of attribute marker

Returns:

  • (Object)

    the current value of marker



17
18
19
# File 'lib/anydoc.rb', line 17

def marker
  @marker
end

#startObject (readonly)

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



17
18
19
# File 'lib/anydoc.rb', line 17

def start
  @start
end