Class: Kanso::NotificationComponent::Theme
- Inherits:
-
Struct
- Object
- Struct
- Kanso::NotificationComponent::Theme
- Defined in:
- app/components/kanso/notification_component.rb
Instance Attribute Summary collapse
-
#aria_role ⇒ Object
Returns the value of attribute aria_role.
-
#body_text_classes ⇒ Object
Returns the value of attribute body_text_classes.
-
#icon_bg_classes ⇒ Object
Returns the value of attribute icon_bg_classes.
-
#icon_color_classes ⇒ Object
Returns the value of attribute icon_color_classes.
-
#icon_name ⇒ Object
Returns the value of attribute icon_name.
-
#title_text_classes ⇒ Object
Returns the value of attribute title_text_classes.
Instance Attribute Details
#aria_role ⇒ Object
Returns the value of attribute aria_role
5 6 7 |
# File 'app/components/kanso/notification_component.rb', line 5 def aria_role @aria_role end |
#body_text_classes ⇒ Object
Returns the value of attribute body_text_classes
5 6 7 |
# File 'app/components/kanso/notification_component.rb', line 5 def body_text_classes @body_text_classes end |
#icon_bg_classes ⇒ Object
Returns the value of attribute icon_bg_classes
5 6 7 |
# File 'app/components/kanso/notification_component.rb', line 5 def icon_bg_classes @icon_bg_classes end |
#icon_color_classes ⇒ Object
Returns the value of attribute icon_color_classes
5 6 7 |
# File 'app/components/kanso/notification_component.rb', line 5 def icon_color_classes @icon_color_classes end |
#icon_name ⇒ Object
Returns the value of attribute icon_name
5 6 7 |
# File 'app/components/kanso/notification_component.rb', line 5 def icon_name @icon_name end |
#title_text_classes ⇒ Object
Returns the value of attribute title_text_classes
5 6 7 |
# File 'app/components/kanso/notification_component.rb', line 5 def title_text_classes @title_text_classes end |