Method: Voom::Presenters::DSL::Components::Actions::Remove#initialize

Defined in:
lib/voom/presenters/dsl/components/actions/remove.rb

#initialize(**attribs_, &block) ⇒ Remove

Returns a new instance of Remove.



7
8
9
# File 'lib/voom/presenters/dsl/components/actions/remove.rb', line 7

def initialize(**attribs_, &block)
  super(type: :remove, **attribs_, &block)
end