struct Template::Parameters
- Template::Parameters
- Struct
- Value
- Object
Overview
The structure used internally for free forms parameters.
It is built following the same logic as JSON::Any
and YAML::Any
.
Defined in:
ute.crConstant Summary
-
Empty =
new(Hash(String, Parameters).new)
Constructors
Instance Method Summary
Constructor Detail
def self.new(raw : Array(Template::Parameters) | Bool | Hash(String, Template::Parameters) | String)
#