class Voom::Presenters::DSL::Components::Actions::PromptIfDirty

Public Class Methods

new(**attribs_, &block) click to toggle source
# File lib/voom/presenters/dsl/components/actions/prompt_if_dirty.rb, line 7
def initialize(**attribs_, &block)
  super(type: :prompt_if_dirty, **attribs_, &block)
end