class Voom::Presenters::DSL::Components::Actions::CloseDialog
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/close_dialog.rb, line 9 def initialize(**attribs_, &block) super(type: :close_dialog, **attribs_, &block) end