Class: Voom::Presenters::DSL::Components::Actions::Navigates
- Defined in:
- lib/voom/presenters/dsl/components/actions/navigates.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) ⇒ Navigates
constructor
A new instance of Navigates.
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
#initialize(**attribs_, &block) ⇒ Navigates
Returns a new instance of Navigates.
7 8 9 |
# File 'lib/voom/presenters/dsl/components/actions/navigates.rb', line 7 def initialize(**attribs_, &block) super(type: :navigates, **attribs_, &block) end |