class Voom::Presenters::DSL::Components::Actions::Clear
Public Class Methods
new(**attribs_, &block)
click to toggle source
Calls superclass method
Voom::Presenters::DSL::Components::Actions::Base::new
# File lib/voom/presenters/dsl/components/actions/clear.rb, line 7 def initialize(**attribs_, &block) super(type: :clear, **attribs_, &block) end