class Roadshow::Scenario::Service

Extended Modules

Defined in:

roadshow/scenario.cr

Constructors

Instance Method Summary

Constructor Detail

def self.load(image_name : String | Nil, data : Hash(String, YAML::Type)) : Service #

[View source]
def self.new(image_name : String | Nil, environment : Hash(String, String), volumes : Array(String), links : Array(String)) #

[View source]

Instance Method Detail

def environment : Hash(String, String) #

[View source]
def image_name : String? #

[View source]
def links : Array(String) #

[View source]
def merge(other : Service | Nil) #

Merge the other scenario into this one, overwriting or appending to fields as appropriate.


[View source]
def volumes : Array(String) #

[View source]