Class: Voom::Presenters::DSL::Components::Stepper::Step::Actions::StepperButton
- Inherits:
-
Button
- Object
- Base
- EventBase
- Button
- Voom::Presenters::DSL::Components::Stepper::Step::Actions::StepperButton
- Defined in:
- lib/voom/presenters/dsl/components/stepper.rb
Constant Summary
Constants inherited from Button
Instance Attribute Summary collapse
-
#stepper_type ⇒ Object
readonly
Returns the value of attribute stepper_type.
Attributes inherited from Button
#background_color, #button_type, #color, #disabled, #disabled_on_post_finished, #full_width, #hidden, #icon, #position, #size, #text, #wrap_text
Attributes inherited from EventBase
Attributes included from Mixins::Event
Attributes inherited from Base
#attributes, #css_class, #draggable, #drop_zone, #id, #tag, #type
Instance Method Summary collapse
-
#initialize(stepper_type, **attribs_, &block) ⇒ StepperButton
constructor
A new instance of StepperButton.
Methods inherited from Button
Methods included from Mixins::Padding
#coerce_padding, #validate_padding
Methods included from Mixins::Tooltips
Methods included from Mixins::Event
Methods inherited from Base
Methods included from Pluggable
#include_plugins, #plugin, #plugin_module
Methods included from Mixins::YieldTo
Methods included from Serializer
Methods included from Lockable
Constructor Details
#initialize(stepper_type, **attribs_, &block) ⇒ StepperButton
Returns a new instance of StepperButton.
81 82 83 84 |
# File 'lib/voom/presenters/dsl/components/stepper.rb', line 81 def initialize(stepper_type, **attribs_, &block) @stepper_type = stepper_type super(**attribs_, &block) end |
Instance Attribute Details
#stepper_type ⇒ Object (readonly)
Returns the value of attribute stepper_type.
80 81 82 |
# File 'lib/voom/presenters/dsl/components/stepper.rb', line 80 def stepper_type @stepper_type end |