Class: Essence::ButtonGroupComponent
- Inherits:
-
ApplicationComponent
- Object
- ViewComponent::Base
- ApplicationComponent
- Essence::ButtonGroupComponent
- Defined in:
- app/components/essence/button_group_component.rb
Constant Summary
Constants included from FetchOrFallbackHelper
FetchOrFallbackHelper::InvalidValueError
Instance Attribute Summary collapse
-
#html_options ⇒ Object
readonly
Returns the value of attribute html_options.
Instance Method Summary collapse
-
#initialize(**html_options) ⇒ ButtonGroupComponent
constructor
A new instance of ButtonGroupComponent.
Methods inherited from ApplicationComponent
Methods included from Utils
Methods included from FetchOrFallbackHelper
#fetch_or_fallback, #fetch_or_fallback_boolean, #integer_or_fallback
Constructor Details
#initialize(**html_options) ⇒ ButtonGroupComponent
Returns a new instance of ButtonGroupComponent.
16 17 18 |
# File 'app/components/essence/button_group_component.rb', line 16 def initialize(**) @html_options = end |
Instance Attribute Details
#html_options ⇒ Object (readonly)
Returns the value of attribute html_options.
5 6 7 |
# File 'app/components/essence/button_group_component.rb', line 5 def @html_options end |