Method: WebSocket#location

Defined in:
lib/web/web-socket-ruby/lib/web_socket.rb

#locationObject



270
271
272
# File 'lib/web/web-socket-ruby/lib/web_socket.rb', line 270

def location
  return "ws://#{self.host}#{@path}"
end