Method: MLS#connection
- Defined in:
- lib/mls.rb
#connection ⇒ Object
Returns the current connection to the MLS or if connection has been made it returns a new connection
52 53 54 |
# File 'lib/mls.rb', line 52 def connection # TODO: testme @connection ||= Net::HTTP.new(@host, @port) end |