Method: Highway::Steps::Step.root_parameter

Defined in:
lib/highway/steps/step.rb

.root_parameterHighway::Steps::Parameters::Compound

The root parameter that nests all parameters of the step.

[View source]

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