class RunwayConfiguration

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

Defined in:

runway/models/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def projects : Array(ProjectConfig) #

@return [Array(ProjectConfig)] The array of project configurations.


[View source]
def projects=(projects : Array(ProjectConfig)) #

@return [Array(ProjectConfig)] The array of project configurations.


[View source]