class Roadshow::Scenario::Service
- Roadshow::Scenario::Service
- Reference
- Object
Extended Modules
Defined in:
roadshow/scenario.crConstructors
- .load(image_name : String | Nil, data : Hash(String, YAML::Type)) : Service
- .new(image_name : String | Nil, environment : Hash(String, String), volumes : Array(String), links : Array(String))
Instance Method Summary
- #environment : Hash(String, String)
- #image_name : String?
- #links : Array(String)
-
#merge(other : Service | Nil)
Merge the other scenario into this one, overwriting or appending to fields as appropriate.
- #volumes : Array(String)
Constructor Detail
def self.new(image_name : String | Nil, environment : Hash(String, String), volumes : Array(String), links : Array(String))
#
Instance Method Detail
Merge the other scenario into this one, overwriting or appending to fields as appropriate.