Class: Avo::LoadingComponent

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/avo/loading_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(title: nil) ⇒ LoadingComponent

Returns a new instance of LoadingComponent.



4
5
6
# File 'app/components/avo/loading_component.rb', line 4

def initialize(title: nil)
  @title = title
end