Class: Kadmin::AlertHelper::Type
- Inherits:
-
Struct
- Object
- Struct
- Kadmin::AlertHelper::Type
- Defined in:
- app/helpers/kadmin/alert_helper.rb
Instance Attribute Summary collapse
-
#css_class ⇒ Object
Returns the value of attribute css_class.
-
#flash_keys ⇒ Object
Returns the value of attribute flash_keys.
-
#glyphicon ⇒ Object
Returns the value of attribute glyphicon.
Instance Attribute Details
#css_class ⇒ Object
Returns the value of attribute css_class
36 37 38 |
# File 'app/helpers/kadmin/alert_helper.rb', line 36 def css_class @css_class end |
#flash_keys ⇒ Object
Returns the value of attribute flash_keys
36 37 38 |
# File 'app/helpers/kadmin/alert_helper.rb', line 36 def flash_keys @flash_keys end |
#glyphicon ⇒ Object
Returns the value of attribute glyphicon
36 37 38 |
# File 'app/helpers/kadmin/alert_helper.rb', line 36 def glyphicon @glyphicon end |