Class: Oselvar::Var::Core::ListItem
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::ListItem
- Defined in:
- lib/oselvar/var/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
22 23 24 |
# File 'lib/oselvar/var/core/ast.rb', line 22 def marker_span @marker_span end |
#ordered ⇒ Object (readonly)
Returns the value of attribute ordered
22 23 24 |
# File 'lib/oselvar/var/core/ast.rb', line 22 def ordered @ordered end |
#segment_map ⇒ Object (readonly)
Returns the value of attribute segment_map
22 23 24 |
# File 'lib/oselvar/var/core/ast.rb', line 22 def segment_map @segment_map end |
#span ⇒ Object (readonly)
Returns the value of attribute span
22 23 24 |
# File 'lib/oselvar/var/core/ast.rb', line 22 def span @span end |
#text ⇒ Object (readonly)
Returns the value of attribute text
22 23 24 |
# File 'lib/oselvar/var/core/ast.rb', line 22 def text @text end |
Instance Method Details
#kind ⇒ Object
23 |
# File 'lib/oselvar/var/core/ast.rb', line 23 def kind = 'list_item' |