Class: StompBase::Dashboard::SystemStatusCardComponent

Inherits:
BaseComponent
  • Object
show all
Defined in:
app/components/stomp_base/dashboard/system_status_card_component.rb

Instance Method Summary collapse

Methods inherited from BaseComponent

#call, #render?

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