class FormSubmitComponent

Public Class Methods

new(label:) click to toggle source
Calls superclass method
# File lib/alveole/components/form_submit_component.rb, line 2
def initialize(label:)
  super

  @label = label
end