Class: DeprecationHelper::WarningLevel
- Inherits:
-
Struct
- Object
- Struct
- DeprecationHelper::WarningLevel
- Defined in:
- app/helpers/deprecation_helper.rb
Instance Attribute Summary collapse
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#style ⇒ Object
Returns the value of attribute style.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#icon ⇒ Object
Returns the value of attribute icon
5 6 7 |
# File 'app/helpers/deprecation_helper.rb', line 5 def icon @icon end |
#style ⇒ Object
Returns the value of attribute style
5 6 7 |
# File 'app/helpers/deprecation_helper.rb', line 5 def style @style end |
#title ⇒ Object
Returns the value of attribute title
5 6 7 |
# File 'app/helpers/deprecation_helper.rb', line 5 def title @title end |