Class: Voom::Presenters::DSL::Components::Actions::CloseDialog

Inherits:
Base
  • Object
show all
Defined in:
lib/voom/presenters/dsl/components/actions/close_dialog.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

Methods inherited from Base

#url

Methods inherited from Base

#expand!

Methods included from Pluggable

#include_plugins, #plugin, #plugin_module

Methods included from Mixins::YieldTo

#yield_to

Methods included from Serializer

#to_hash

Methods included from Lockable

#locked?

Constructor Details

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

Returns a new instance of CloseDialog.



9
10
11
# File 'lib/voom/presenters/dsl/components/actions/close_dialog.rb', line 9

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