Method: Souls::Configuration#initialize

Defined in:
lib/souls.rb

#initializeConfiguration

Returns a new instance of Configuration.



42
43
44
45
46
47
48
49
50
# File 'lib/souls.rb', line 42

def initialize
  @app = nil
  @project_id = nil
  @region = nil
  @endpoint = nil
  @strain = nil
  @fixed_gems = nil
  @workers = nil
end