Method: Pabx::AMI#initialize
- Defined in:
- lib/pabx.rb
#initialize(host, port) ⇒ AMI
11 12 13 14 15 16 |
# File 'lib/pabx.rb', line 11 def initialize(host,port) self.host = host.to_s self.port = port.to_i self.connected = false @session = nil end |