Class: HS::Paragraph
Instance Attribute Summary
Attributes inherited from Element
#children, #class_name, #style
Instance Method Summary collapse
Methods inherited from Element
#initialize, #params, #preview
Methods included from ElementPreview
#element_preview, #text_preview
Constructor Details
This class inherits a constructor from HS::Element
Instance Method Details
#tag_name ⇒ Object
5 6 7 |
# File 'lib/hs/elements/paragraph.rb', line 5 def tag_name 'p' end |