Module: ViewComponent::Form::ElementProc
- Included in:
- CollectionCheckBoxesComponent, CollectionRadioButtonsComponent
- Defined in:
- app/components/concerns/view_component/form/element_proc.rb
Instance Attribute Summary collapse
-
#element_proc ⇒ Object
readonly
Returns the value of attribute element_proc.
Instance Method Summary collapse
Instance Attribute Details
#element_proc ⇒ Object (readonly)
Returns the value of attribute element_proc.
6 7 8 |
# File 'app/components/concerns/view_component/form/element_proc.rb', line 6 def element_proc @element_proc end |
Instance Method Details
#initialize(*args, **kwargs) ⇒ Object
8 9 10 11 |
# File 'app/components/concerns/view_component/form/element_proc.rb', line 8 def initialize(*args, **kwargs) super set_element_proc! end |