Class: Warped::Emails::Divider

Inherits:
Base
  • Object
show all
Defined in:
lib/warped/emails/components/divider.rb

Instance Attribute Summary

Attributes inherited from Base

#view_context

Instance Method Summary collapse

Methods inherited from Base

#content, #helpers, #render_in

Methods included from Styleable

#base_styles, #default_variants, included, #style, #variants

Methods included from Slottable

included, #slots

Instance Method Details

#templateObject



10
11
12
# File 'lib/warped/emails/components/divider.rb', line 10

def template
  tag.hr(style:)
end