Class: PrawnHtml::Tags::Del
- Inherits:
-
PrawnHtml::Tag
- Object
- PrawnHtml::Tag
- PrawnHtml::Tags::Del
- Defined in:
- lib/prawn_html/tags/del.rb
Constant Summary collapse
- ELEMENTS =
[:del, :s].freeze
Constants inherited from PrawnHtml::Tag
PrawnHtml::Tag::CALLBACKS, PrawnHtml::Tag::TAG_CLASSES
Instance Attribute Summary
Attributes inherited from PrawnHtml::Tag
Instance Method Summary collapse
Methods inherited from PrawnHtml::Tag
#block?, #block_styles, class_for, #initialize, #process_styles, #tag_close_styles, #tag_open_styles
Constructor Details
This class inherits a constructor from PrawnHtml::Tag
Instance Method Details
#tag_styles ⇒ Object
8 9 10 |
# File 'lib/prawn_html/tags/del.rb', line 8 def tag_styles 'text-decoration: line-through' end |