Method: IBRuby::ServiceManager#initialize
- Defined in:
- lib/src.rb
#initialize(host) ⇒ ServiceManager
This is the constructor for the ServiceManager class.
Parameters
- host
-
The name of the host supporting the service manager to be connected with.
1243 1244 |
# File 'lib/src.rb', line 1243 def initialize(host) end |