Skip to content
Kward Search API index

Class: Kward::MarkdownCodeBlock::Fence

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/prompt_interface/editor/markdown_code_block.rb

Instance Attribute Summary collapse

Instance Attribute Details

#close_endObject

Returns the value of attribute close_end

Returns:

  • (Object)

    the current value of close_end



46
47
48
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46

def close_end
  @close_end
end

#close_lineObject

Returns the value of attribute close_line

Returns:

  • (Object)

    the current value of close_line



46
47
48
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46

def close_line
  @close_line
end

#close_startObject

Returns the value of attribute close_start

Returns:

  • (Object)

    the current value of close_start



46
47
48
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46

def close_start
  @close_start
end

#finishObject

Returns the value of attribute finish

Returns:

  • (Object)

    the current value of finish



46
47
48
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46

def finish
  @finish
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



46
47
48
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46

def language
  @language
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



46
47
48
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46

def length
  @length
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



46
47
48
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46

def line
  @line
end

#markerObject

Returns the value of attribute marker

Returns:

  • (Object)

    the current value of marker



46
47
48
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46

def marker
  @marker
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



46
47
48
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46

def start
  @start
end