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