method
new
rails latest stable - Class:
ActionCable::Connection::FayeClientSocket
new(env, event_target, stream_event_loop, protocols)public
No documentation available.
# File actioncable/lib/action_cable/connection/faye_client_socket.rb, line 6
def initialize(env, event_target, stream_event_loop, protocols)
@env = env
@event_target = event_target
@protocols = protocols
@faye = nil
end