Class: CodengageViewComponents::FlashComponent::Message
- Inherits:
-
Struct
- Object
- Struct
- CodengageViewComponents::FlashComponent::Message
- Defined in:
- app/components/codengage_view_components/flash_component.rb
Instance Attribute Summary collapse
-
#bg ⇒ Object
Returns the value of attribute bg.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#stroke ⇒ Object
Returns the value of attribute stroke.
-
#text ⇒ Object
Returns the value of attribute text.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#bg ⇒ Object
Returns the value of attribute bg
5 6 7 |
# File 'app/components/codengage_view_components/flash_component.rb', line 5 def bg @bg end |
#icon ⇒ Object
Returns the value of attribute icon
5 6 7 |
# File 'app/components/codengage_view_components/flash_component.rb', line 5 def icon @icon end |
#stroke ⇒ Object
Returns the value of attribute stroke
5 6 7 |
# File 'app/components/codengage_view_components/flash_component.rb', line 5 def stroke @stroke end |
#text ⇒ Object
Returns the value of attribute text
5 6 7 |
# File 'app/components/codengage_view_components/flash_component.rb', line 5 def text @text end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'app/components/codengage_view_components/flash_component.rb', line 5 def type @type end |