class Voom::Presenters::DSL::Components::Actions::ToggleDisabled

Public Class Methods

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