Class: Jav::LoadingComponent
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- Jav::LoadingComponent
- Defined in:
- app/components/jav/loading_component.rb
Instance Method Summary collapse
-
#initialize(title: nil) ⇒ LoadingComponent
constructor
A new instance of LoadingComponent.
Constructor Details
#initialize(title: nil) ⇒ LoadingComponent
Returns a new instance of LoadingComponent.
4 5 6 7 |
# File 'app/components/jav/loading_component.rb', line 4 def initialize(title: nil) super @title = title end |