class Voom::Presenters::DSL::Components::Switch

Public Class Methods

new(**attribs_, &block) click to toggle source
Calls superclass method
# File lib/voom/presenters/dsl/components/switch.rb, line 6
def initialize(**attribs_, &block)
  super(type: :switch, **attribs_, &block)
  expand!
end