Module: NfgUi::Bootstrap::Utilities::Dismissible

Included in:
Components::Alert
Defined in:
lib/nfg_ui/bootstrap/utilities/dismissible.rb

Overview

Delivers the dismissibility of the component to the HAML partial

Instance Method Summary collapse

Instance Method Details

#dismissibleObject



8
9
10
# File 'lib/nfg_ui/bootstrap/utilities/dismissible.rb', line 8

def dismissible
  options.fetch(:dismissible, default_dismissible)
end