Class: Kward::MarkdownCodeBlock::Fence
- Inherits:
-
Struct
- Object
- Struct
- Kward::MarkdownCodeBlock::Fence
- Defined in:
- lib/kward/prompt_interface/editor/markdown_code_block.rb
Instance Attribute Summary collapse
-
#close_end ⇒ Object
Returns the value of attribute close_end.
-
#close_line ⇒ Object
Returns the value of attribute close_line.
-
#close_start ⇒ Object
Returns the value of attribute close_start.
-
#finish ⇒ Object
Returns the value of attribute finish.
-
#language ⇒ Object
Returns the value of attribute language.
-
#length ⇒ Object
Returns the value of attribute length.
-
#line ⇒ Object
Returns the value of attribute line.
-
#marker ⇒ Object
Returns the value of attribute marker.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#close_end ⇒ Object
Returns the value of attribute close_end
46 47 48 |
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46 def close_end @close_end end |
#close_line ⇒ Object
Returns the value of attribute close_line
46 47 48 |
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46 def close_line @close_line end |
#close_start ⇒ Object
Returns the value of attribute close_start
46 47 48 |
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46 def close_start @close_start end |
#finish ⇒ Object
Returns the value of attribute finish
46 47 48 |
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46 def finish @finish end |
#language ⇒ Object
Returns the value of attribute language
46 47 48 |
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46 def language @language end |
#length ⇒ Object
Returns the value of attribute length
46 47 48 |
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46 def length @length end |
#line ⇒ Object
Returns the value of attribute line
46 47 48 |
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46 def line @line end |
#marker ⇒ Object
Returns the value of attribute marker
46 47 48 |
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46 def marker @marker end |
#start ⇒ Object
Returns the value of attribute start
46 47 48 |
# File 'lib/kward/prompt_interface/editor/markdown_code_block.rb', line 46 def start @start end |