Class: StompBase::Dashboard::SystemStatusCardComponent
- Inherits:
-
BaseComponent
- Object
- ViewComponent::Base
- BaseComponent
- StompBase::Dashboard::SystemStatusCardComponent
- Defined in:
- app/components/stomp_base/dashboard/system_status_card_component.rb
Instance Method Summary collapse
-
#initialize(performance_info:) ⇒ SystemStatusCardComponent
constructor
A new instance of SystemStatusCardComponent.
Methods inherited from BaseComponent
Constructor Details
#initialize(performance_info:) ⇒ SystemStatusCardComponent
Returns a new instance of SystemStatusCardComponent.
6 7 8 9 |
# File 'app/components/stomp_base/dashboard/system_status_card_component.rb', line 6 def initialize(performance_info:) super() @performance_info = performance_info end |