module Bootstrap4RailsComponents::Bootstrap::Utilities::Headable
Delivers the dismissibility of the component to the HAML partial
Public Instance Methods
heading()
click to toggle source
# File lib/bootstrap4_rails_components/bootstrap/utilities/headable.rb, line 8 def heading options.fetch(:heading, nil) end
Private Instance Methods
non_html_attribute_options()
click to toggle source
Calls superclass method
# File lib/bootstrap4_rails_components/bootstrap/utilities/headable.rb, line 14 def non_html_attribute_options super.push(:heading) end