class Voom::Presenters::DSL::Components::Dialog::Actions
Attributes
Public Class Methods
new(**attribs_, &block)
click to toggle source
Calls superclass method
Voom::Presenters::DSL::Components::Base::new
# File lib/voom/presenters/dsl/components/dialog.rb, line 64 def initialize(**attribs_, &block) super(type: :action, **attribs_, &block) @buttons = [] expand! end