class Voom::Presenters::DSL::Components::Stepper::Step::Actions::StepperButton
Attributes
stepper_type[R]
Public Class Methods
new(stepper_type, **attribs_, &block)
click to toggle source
Calls superclass method
Voom::Presenters::DSL::Components::Button::new
# File lib/voom/presenters/dsl/components/stepper.rb, line 81 def initialize(stepper_type, **attribs_, &block) @stepper_type = stepper_type super(**attribs_, &block) end