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
35 36 37 |
# File 'app/helpers/kadmin/alert_helper.rb', line 35 def css_class @css_class end |
#flash_keys ⇒ Object
Returns the value of attribute flash_keys
35 36 37 |
# File 'app/helpers/kadmin/alert_helper.rb', line 35 def flash_keys @flash_keys end |
#glyphicon ⇒ Object
Returns the value of attribute glyphicon
35 36 37 |
# File 'app/helpers/kadmin/alert_helper.rb', line 35 def glyphicon @glyphicon end |