Class: Varar::Core::ListItem
- Inherits:
-
Data
- Object
- Data
- Varar::Core::ListItem
- Defined in:
- lib/varar/core/ast.rb
Instance Attribute Summary collapse
-
#marker_span ⇒ Object
readonly
Returns the value of attribute marker_span.
-
#ordered ⇒ Object
readonly
Returns the value of attribute ordered.
-
#segment_map ⇒ Object
readonly
Returns the value of attribute segment_map.
-
#span ⇒ Object
readonly
Returns the value of attribute span.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#marker_span ⇒ Object (readonly)
Returns the value of attribute marker_span
21 22 23 |
# File 'lib/varar/core/ast.rb', line 21 def marker_span @marker_span end |
#ordered ⇒ Object (readonly)
Returns the value of attribute ordered
21 22 23 |
# File 'lib/varar/core/ast.rb', line 21 def ordered @ordered end |
#segment_map ⇒ Object (readonly)
Returns the value of attribute segment_map
21 22 23 |
# File 'lib/varar/core/ast.rb', line 21 def segment_map @segment_map end |
#span ⇒ Object (readonly)
Returns the value of attribute span
21 22 23 |
# File 'lib/varar/core/ast.rb', line 21 def span @span end |
#text ⇒ Object (readonly)
Returns the value of attribute text
21 22 23 |
# File 'lib/varar/core/ast.rb', line 21 def text @text end |
Instance Method Details
#kind ⇒ Object
22 |
# File 'lib/varar/core/ast.rb', line 22 def kind = 'list_item' |