Class: Kanso::NotificationComponent::Theme

Inherits:
Struct
  • Object
show all
Defined in:
app/components/kanso/notification_component.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aria_roleObject

Returns the value of attribute aria_role

Returns:

  • (Object)

    the current value of aria_role



5
6
7
# File 'app/components/kanso/notification_component.rb', line 5

def aria_role
  @aria_role
end

#body_text_classesObject

Returns the value of attribute body_text_classes

Returns:

  • (Object)

    the current value of 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_classesObject

Returns the value of attribute icon_bg_classes

Returns:

  • (Object)

    the current value of 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_classesObject

Returns the value of attribute icon_color_classes

Returns:

  • (Object)

    the current value of icon_color_classes



5
6
7
# File 'app/components/kanso/notification_component.rb', line 5

def icon_color_classes
  @icon_color_classes
end

#icon_nameObject

Returns the value of attribute icon_name

Returns:

  • (Object)

    the current value of icon_name



5
6
7
# File 'app/components/kanso/notification_component.rb', line 5

def icon_name
  @icon_name
end

#title_text_classesObject

Returns the value of attribute title_text_classes

Returns:

  • (Object)

    the current value of title_text_classes



5
6
7
# File 'app/components/kanso/notification_component.rb', line 5

def title_text_classes
  @title_text_classes
end