Class: SimpleFormMarkdownEditor::Configuration
- Inherits:
-
Object
- Object
- SimpleFormMarkdownEditor::Configuration
- Defined in:
- lib/simple_form_markdown_editor/configuration.rb
Instance Attribute Summary collapse
-
#button_definitions ⇒ Object
Returns the value of attribute button_definitions.
-
#buttons ⇒ Object
.
-
#extensions ⇒ Object
Returns the value of attribute extensions.
-
#help ⇒ Object
Returns the value of attribute help.
-
#render_class ⇒ Object
Returns the value of attribute render_class.
-
#render_options ⇒ Object
Returns the value of attribute render_options.
-
#route ⇒ Object
Returns the value of attribute route.
Instance Attribute Details
#button_definitions ⇒ Object
Returns the value of attribute button_definitions.
4 5 6 |
# File 'lib/simple_form_markdown_editor/configuration.rb', line 4 def end |
#buttons ⇒ Object
13 14 15 |
# File 'lib/simple_form_markdown_editor/configuration.rb', line 13 def end |
#extensions ⇒ Object
Returns the value of attribute extensions.
5 6 7 |
# File 'lib/simple_form_markdown_editor/configuration.rb', line 5 def extensions @extensions end |
#help ⇒ Object
Returns the value of attribute help.
6 7 8 |
# File 'lib/simple_form_markdown_editor/configuration.rb', line 6 def help @help end |
#render_class ⇒ Object
Returns the value of attribute render_class.
7 8 9 |
# File 'lib/simple_form_markdown_editor/configuration.rb', line 7 def render_class @render_class end |
#render_options ⇒ Object
Returns the value of attribute render_options.
8 9 10 |
# File 'lib/simple_form_markdown_editor/configuration.rb', line 8 def end |
#route ⇒ Object
Returns the value of attribute route.
9 10 11 |
# File 'lib/simple_form_markdown_editor/configuration.rb', line 9 def route @route end |