Class: Vx::Builder::BuildConfiguration::Matrix

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(new_env) ⇒ Matrix

Returns a new instance of Matrix.



8
9
10
# File 'lib/vx/builder/build_configuration/matrix.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/matrix.rb', line 6

def attributes
  @attributes
end

Instance Method Details

#excludeObject



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

def exclude
  @attributes["exclude"] || []
end