class AppTimelineItemComponent
Public Class Methods
Source
# File app/components/app_timeline_item_component.rb, line 33 def initialize(is_active: false, is_past: false, heading_level: 3) @is_active = is_active @is_past = is_past @heading_level = heading_level end