module NfgUi::Bootstrap::Utilities::Headable

Delivers the dismissibility of the component to the HAML partial

Public Instance Methods

heading() click to toggle source
# File lib/nfg_ui/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/nfg_ui/bootstrap/utilities/headable.rb, line 14
def non_html_attribute_options
  super.push(:heading)
end