Class: Construi::Config::Global
- Inherits:
-
Object
- Object
- Construi::Config::Global
- Includes:
- BuildEnvironment
- Defined in:
- lib/construi/config.rb
Instance Attribute Summary collapse
-
#yaml ⇒ Object
readonly
Returns the value of attribute yaml.
Instance Method Summary collapse
-
#initialize(yaml) ⇒ Global
constructor
A new instance of Global.
- #target(target) ⇒ Object
Methods included from Links
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(yaml) ⇒ Global
Returns a new instance of Global.
153 154 155 |
# File 'lib/construi/config.rb', line 153 def initialize(yaml) @yaml = yaml end |
Instance Attribute Details
#yaml ⇒ Object (readonly)
Returns the value of attribute yaml.
151 152 153 |
# File 'lib/construi/config.rb', line 151 def yaml @yaml end |