Class: Voom::Presenters::DSL::Components::Actions::Remove
- Defined in:
- lib/voom/presenters/dsl/components/actions/remove.rb
Instance Attribute Summary
Attributes inherited from Base
#dynamic_params, #options, #params
Attributes inherited from Base
#attributes, #css_class, #draggable, #drop_zone, #id, #tag, #type
Instance Method Summary collapse
-
#initialize(**attribs_, &block) ⇒ Remove
constructor
A new instance of Remove.
Methods inherited from Base
Methods inherited from Base
Methods included from Pluggable
#include_plugins, #plugin, #plugin_module
Methods included from Mixins::YieldTo
Methods included from Serializer
Methods included from Lockable
Constructor Details
permalink #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 |