Class: Oselvar::Var::Core::Blockquote

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



26
27
28
# File 'lib/oselvar/var/core/ast.rb', line 26

def segment_map
  @segment_map
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



26
27
28
# File 'lib/oselvar/var/core/ast.rb', line 26

def span
  @span
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



26
27
28
# File 'lib/oselvar/var/core/ast.rb', line 26

def text
  @text
end

Instance Method Details

#kindObject



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

def kind = 'blockquote'