Class: Uchi::Ui::Spinner
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- Uchi::Ui::Spinner
- Defined in:
- app/components/uchi/ui/spinner.rb
Overview
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message: "Loading...") ⇒ Spinner
constructor
A new instance of Spinner.
Constructor Details
#initialize(message: "Loading...") ⇒ Spinner
Returns a new instance of Spinner.
9 10 11 12 |
# File 'app/components/uchi/ui/spinner.rb', line 9 def initialize(message: "Loading...") super() = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
7 8 9 |
# File 'app/components/uchi/ui/spinner.rb', line 7 def end |