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