Class: Spina::Pro::UserInterface::HintComponent
- Inherits:
-
ApplicationComponent
- Object
- ApplicationComponent
- Spina::Pro::UserInterface::HintComponent
- Defined in:
- app/components/spina/pro/user_interface/hint_component.rb
Instance Method Summary collapse
-
#initialize(hint = "") ⇒ HintComponent
constructor
A new instance of HintComponent.
- #render? ⇒ Boolean
Constructor Details
#initialize(hint = "") ⇒ HintComponent
Returns a new instance of HintComponent.
6 7 8 |
# File 'app/components/spina/pro/user_interface/hint_component.rb', line 6 def initialize(hint = "") @hint = hint end |