Method: CSRtelnet_1#initialize

Defined in:
lib/freewifi/cisco/iwag/iwag_telnet_connector.rb

#initialize(iwag1_host, iwag_username, iwag_password) ⇒ CSRtelnet_1

Returns a new instance of CSRtelnet_1.



9
10
11
12
13
# File 'lib/freewifi/cisco/iwag/iwag_telnet_connector.rb', line 9

def initialize(iwag1_host, iwag_username, iwag_password)
  @iwag1_host = iwag1_host
  @iwag_username = iwag_username
  @iwag_password = iwag_password
end