Class: Protos::Steps
- Defined in:
- lib/protos/steps.rb,
lib/protos/steps/step.rb
Defined Under Namespace
Classes: Step
Instance Method Summary collapse
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#step ⇒ Object
16 |
# File 'lib/protos/steps.rb', line 16 def step(...) = render Step.new(...) |
#view_template ⇒ Object
12 13 14 |
# File 'lib/protos/steps.rb', line 12 def view_template(&) ol(**attrs, &) end |