class RunwayConfiguration
- RunwayConfiguration
- Reference
- Object
Overview
The RunwayConfiguration
class represents the configuration for the Runway service.
It includes an array of ProjectConfig
objects, each representing a project's configuration.
@see https://crystal-lang.org/api/1.12.1/YAML/Serializable.html
Included Modules
- YAML::Serializable
Defined in:
runway/models/config.crConstructors
Instance Method Summary
-
#projects : Array(ProjectConfig)
@return [Array(ProjectConfig)] The array of project configurations.
-
#projects=(projects : Array(ProjectConfig))
@return [Array(ProjectConfig)] The array of project configurations.
Constructor Detail
Instance Method Detail
def projects : Array(ProjectConfig)
#
@return [Array(ProjectConfig)] The array of project configurations.
def projects=(projects : Array(ProjectConfig))
#
@return [Array(ProjectConfig)] The array of project configurations.