Class: JetUi::Empty::ActionsComponent
- Inherits:
-
BaseComponent
- Object
- ViewComponent::Base
- BaseComponent
- JetUi::Empty::ActionsComponent
- Defined in:
- app/components/jet_ui/empty/actions_component.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(**options) ⇒ ActionsComponent
constructor
A new instance of ActionsComponent.
Constructor Details
#initialize(**options) ⇒ ActionsComponent
Returns a new instance of ActionsComponent.
6 7 8 |
# File 'app/components/jet_ui/empty/actions_component.rb', line 6 def initialize(**) @options = end |