Class: RichText::Config Private
- Inherits:
-
Object
- Object
- RichText::Config
- Defined in:
- lib/rich-text/config.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- #html_block_tags ⇒ Object private
- #html_default_block_tag ⇒ Object private
- #html_inline_tags ⇒ Object private
- #safe_mode ⇒ Object private
Instance Attribute Details
#html_block_tags ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
4 5 6 |
# File 'lib/rich-text/config.rb', line 4 def @html_block_tags end |
#html_default_block_tag ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
4 5 6 |
# File 'lib/rich-text/config.rb', line 4 def html_default_block_tag @html_default_block_tag end |
#html_inline_tags ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
4 5 6 |
# File 'lib/rich-text/config.rb', line 4 def @html_inline_tags end |
#safe_mode ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
4 5 6 |
# File 'lib/rich-text/config.rb', line 4 def safe_mode @safe_mode end |