Method: Wifly::Connection#initialize
- Defined in:
- lib/wifly/connection.rb
#initialize(address, port) ⇒ Connection
address => the hostname or IP address of the wifly device port => the port for communicating with the wifly
8 9 10 11 |
# File 'lib/wifly/connection.rb', line 8 def initialize(address, port) self.address = address self.port = port end |