Class: Oselvar::Var::Core::Paragraph

Inherits:
Data
  • Object
show all
Defined in:
lib/oselvar/var/core/ast.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#segment_mapObject (readonly)

Returns the value of attribute segment_map

Returns:

  • (Object)

    the current value of segment_map



18
19
20
# File 'lib/oselvar/var/core/ast.rb', line 18

def segment_map
  @segment_map
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



18
19
20
# File 'lib/oselvar/var/core/ast.rb', line 18

def span
  @span
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



18
19
20
# File 'lib/oselvar/var/core/ast.rb', line 18

def text
  @text
end

Instance Method Details

#kindObject



19
# File 'lib/oselvar/var/core/ast.rb', line 19

def kind = 'paragraph'