Class: Satis::AppearanceSwitcher::Component
- Inherits:
-
Satis::ApplicationComponent
- Object
- ViewComponent::Base
- Satis::ApplicationComponent
- Satis::AppearanceSwitcher::Component
- Defined in:
- app/components/satis/appearance_switcher/component.rb
Instance Attribute Summary
Attributes inherited from Satis::ApplicationComponent
Instance Method Summary collapse
-
#initialize(**options) ⇒ Component
constructor
A new instance of Component.
Methods inherited from Satis::ApplicationComponent
Constructor Details
#initialize(**options) ⇒ Component
Returns a new instance of Component.
6 7 8 |
# File 'app/components/satis/appearance_switcher/component.rb', line 6 def initialize(**) super end |