Class: CodengageViewComponents::SearchFormComponent

Inherits:
ApplicationComponent show all
Defined in:
app/components/codengage_view_components/search_form_component.rb

Instance Method Summary collapse

Constructor Details

#initialize(url:, form:, options: {}) ⇒ SearchFormComponent

Returns a new instance of SearchFormComponent.



5
6
7
8
9
# File 'app/components/codengage_view_components/search_form_component.rb', line 5

def initialize(url:, form:, options: {})
  @url = url
  @form = form
  @options = options
end