Class: Avo::Fields::Common::BooleanGroupComponent

Inherits:
ViewComponent::Base
  • Object
show all
Defined in:
app/components/avo/fields/common/boolean_group_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(options: {}, value: nil) ⇒ BooleanGroupComponent

Returns a new instance of BooleanGroupComponent.



4
5
6
7
# File 'app/components/avo/fields/common/boolean_group_component.rb', line 4

def initialize(options: {}, value: nil)
  @options = options
  @value = value
end