Class: Faye::WebSocket::API::ErrorEvent
- Defined in:
- lib/faye/websocket/api/event.rb
Constant Summary
Constants inherited from Event
Faye::WebSocket::API::Event::AT_TARGET, Faye::WebSocket::API::Event::BUBBLING_PHASE, Faye::WebSocket::API::Event::CAPTURING_PHASE
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Attributes inherited from Event
#bubbles, #cancelable, #current_target, #event_phase, #target, #type
Method Summary
Methods inherited from Event
create, #init_event, #initialize, #prevent_default, #stop_propagation
Constructor Details
This class inherits a constructor from Faye::WebSocket::API::Event
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
41 42 43 |
# File 'lib/faye/websocket/api/event.rb', line 41 def @message end |