Class: Snazzy::TooltipComponent

Inherits:
BaseComponent
  • Object
show all
Defined in:
app/components/snazzy/tooltip_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(text) ⇒ TooltipComponent

Returns a new instance of TooltipComponent.



5
6
7
# File 'app/components/snazzy/tooltip_component.rb', line 5

def initialize(text)
  @text = text
end