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