Class: Varar::Core::Blockquote

Inherits:
Data
  • Object
show all
Defined in:
lib/varar/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



25
26
27
# File 'lib/varar/core/ast.rb', line 25

def segment_map
  @segment_map
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



25
26
27
# File 'lib/varar/core/ast.rb', line 25

def span
  @span
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



25
26
27
# File 'lib/varar/core/ast.rb', line 25

def text
  @text
end

Instance Method Details

#kindObject



26
# File 'lib/varar/core/ast.rb', line 26

def kind = 'blockquote'