Class: Oselvar::Var::Core::Paragraph
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::Paragraph
- Defined in:
- lib/oselvar/var/core/ast.rb
Instance Attribute Summary collapse
-
#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
#segment_map ⇒ Object (readonly)
Returns the value of attribute segment_map
18 19 20 |
# File 'lib/oselvar/var/core/ast.rb', line 18 def segment_map @segment_map end |
#span ⇒ Object (readonly)
Returns the value of attribute span
18 19 20 |
# File 'lib/oselvar/var/core/ast.rb', line 18 def span @span end |
#text ⇒ Object (readonly)
Returns the value of attribute text
18 19 20 |
# File 'lib/oselvar/var/core/ast.rb', line 18 def text @text end |
Instance Method Details
#kind ⇒ Object
19 |
# File 'lib/oselvar/var/core/ast.rb', line 19 def kind = 'paragraph' |