Class: Protos::Steps

Inherits:
Component show all
Defined in:
lib/protos/steps.rb,
lib/protos/steps/step.rb

Defined Under Namespace

Classes: Step

Instance Method Summary collapse

Methods inherited from Component

#initialize

Constructor Details

This class inherits a constructor from Protos::Component

Instance Method Details

#stepObject



14
# File 'lib/protos/steps.rb', line 14

def step(...) = render Step.new(...)

#view_templateObject



10
11
12
# File 'lib/protos/steps.rb', line 10

def view_template(&)
  ol(**attrs, &)
end