Method: Highway::Steps::Step.root_parameter
- Defined in:
- lib/highway/steps/step.rb
permalink .root_parameter ⇒ Highway::Steps::Parameters::Compound
The root parameter that nests all parameters of the step.
34 35 36 |
# File 'lib/highway/steps/step.rb', line 34 def self.root_parameter return Parameters::Compound.new(name: "root", required: true, defaults: true, children: parameters) end |