Class: Construi::Config::Links::Link
- Inherits:
-
Object
- Object
- Construi::Config::Links::Link
- Includes:
- EnvironmentVariables, Files, Image, Options, Volumes, WrappedYaml
- Defined in:
- lib/construi/config.rb
Instance Attribute Summary collapse
-
#yaml ⇒ Object
readonly
Returns the value of attribute yaml.
Instance Method Summary collapse
-
#initialize(name, yaml) ⇒ Link
constructor
A new instance of Link.
Methods included from Options
Methods included from Volumes
Methods included from EnvironmentVariables
#env, #env_configured?, #env_hash
Methods included from Files
Methods included from Image
#build, #image, #image_configured, #image_configured?, #privileged?
Methods included from WrappedYaml
#get, #key?, #parent, #with_parent
Constructor Details
#initialize(name, yaml) ⇒ Link
Returns a new instance of Link.
123 124 125 |
# File 'lib/construi/config.rb', line 123 def initialize(name, yaml) @yaml = yaml end |
Instance Attribute Details
#yaml ⇒ Object (readonly)
Returns the value of attribute yaml.
121 122 123 |
# File 'lib/construi/config.rb', line 121 def yaml @yaml end |