Class: StompBase::Dashboard::RuntimeInfoCardComponent

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

Instance Method Summary collapse

Methods inherited from BaseComponent

#call, #render?

Constructor Details

#initialize(system_info:) ⇒ RuntimeInfoCardComponent

Returns a new instance of RuntimeInfoCardComponent.



6
7
8
9
# File 'app/components/stomp_base/dashboard/runtime_info_card_component.rb', line 6

def initialize(system_info:)
  super()
  @system_info = system_info
end