Method: Bosh::Agent::Settings#initialize

Defined in:
lib/bosh_agent/settings.rb

#initialize(file) ⇒ Settings

Returns a new instance of Settings.



19
20
21
22
# File 'lib/bosh_agent/settings.rb', line 19

def initialize(file)
  @settings = {}
  @cache_file = file
end