Method: Biosphere::Suite#initialize

Defined in:
lib/biosphere/suite.rb

#initialize(state) ⇒ Suite

Returns a new instance of Suite.



12
13
14
15
16
17
18
19
20
# File 'lib/biosphere/suite.rb', line 12

def initialize(state)

    @files = {}
    @actions = {}
    @state = state
    @deployments = {}
    @biosphere_settings = {}
    @biosphere_path = ""
end