Class: RubySupervisor::Proxy
- Inherits:
-
Object
- Object
- RubySupervisor::Proxy
- Defined in:
- lib/ruby-supervisor/proxy.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(xmlrpc_client) ⇒ Proxy
constructor
A new instance of Proxy.
Constructor Details
#initialize(xmlrpc_client) ⇒ Proxy
Returns a new instance of Proxy.
4 5 6 |
# File 'lib/ruby-supervisor/proxy.rb', line 4 def initialize(xmlrpc_client) @xmlrpc_client = xmlrpc_client end |