Class: RichText::Config Private

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#html_block_tagsObject

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
  @html_block_tags
end

#html_default_block_tagObject

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_tagsObject

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
  @html_inline_tags
end

#safe_modeObject

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