Class: Synapse::Config::Services

Inherits:
Object
  • Object
show all
Includes:
Emitting, Updateable
Defined in:
lib/synapse/config/services.rb

Instance Method Summary collapse

Methods included from Updateable

#after_write, #inform, #update

Constructor Details

#initializeServices

Returns a new instance of Services.



10
11
12
13
# File 'lib/synapse/config/services.rb', line 10

def initialize
  @services=Hash.new
  observe :haproxy
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Synapse::Config::Emitting