Class: Vx::Builder::BuildConfiguration::Env

Inherits:
Object
  • Object
show all
Defined in:
lib/vx/builder/build_configuration/env.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(new_env) ⇒ Env

Returns a new instance of Env.



8
9
10
# File 'lib/vx/builder/build_configuration/env.rb', line 8

def initialize(new_env)
  normalize_attributes(new_env)
end

Instance Attribute Details

#attributesObject (readonly)

Returns the value of attribute attributes.



6
7
8
# File 'lib/vx/builder/build_configuration/env.rb', line 6

def attributes
  @attributes
end

Instance Method Details

#globalObject



16
17
18
# File 'lib/vx/builder/build_configuration/env.rb', line 16

def global
  @attributes["global"]
end

#matrixObject



12
13
14
# File 'lib/vx/builder/build_configuration/env.rb', line 12

def matrix
  @attributes["matrix"]
end