Class: Synapse::Config::Services
- Inherits:
-
Object
- Object
- Synapse::Config::Services
- Includes:
- Emitting, Updateable
- Defined in:
- lib/synapse/config/services.rb
Instance Method Summary collapse
-
#initialize ⇒ Services
constructor
A new instance of Services.
Methods included from Updateable
#after_write, #inform, #update
Constructor Details
#initialize ⇒ Services
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