struct StimulusController::Value
- StimulusController::Value
- Struct
- Value
- Object
Defined in:
stimulus/stimulus_controller.crConstructors
Instance Method Summary
- #clone
- #controller : StimulusController.class
- #copy_with(controller _controller = @controller, name _name = @name, value _value = @value)
- #html_attr_key
- #html_attr_value(io)
- #name : String
- #value : String | Bool
Constructor Detail
Instance Method Detail
def copy_with(controller _controller = @controller, name _name = @name, value _value = @value)
#