Class: Wamp::Manager::Event::Authenticate

Inherits:
Base
  • Object
show all
Defined in:
lib/wamp/manager/event/authenticate.rb

Overview

Authenticate

Instance Attribute Summary

Attributes inherited from Base

#session

Instance Method Summary collapse

Methods inherited from Base

#emit_event, #error?, #initialize, #listen_event_name, #transmit

Constructor Details

This class inherits a constructor from Wamp::Manager::Event::Base

Instance Method Details

#emit_event_nameObject



8
9
10
# File 'lib/wamp/manager/event/authenticate.rb', line 8

def emit_event_name
  :authenticate
end