Method: Satis::ColorPicker::Component#initialize
- Defined in:
- app/components/satis/color_picker/component.rb
#initialize(attribute:, form: nil, css_variable: nil, css_scope: ":root") ⇒ Component
rubocop:disable Lint/MissingSuper
8 9 10 11 12 13 |
# File 'app/components/satis/color_picker/component.rb', line 8 def initialize(attribute:, form: nil, css_variable: nil, css_scope: ":root") # rubocop:disable Lint/MissingSuper @form = form @attribute = attribute @css_variable = css_variable @css_scope = css_scope end |