Class: Skyfall::Firehose::HandleMessage
- Defined in:
- lib/skyfall/firehose/handle_message.rb
Overview
Note: this event type is deprecated and will stop being emitted at some point. You should instead listen for ‘identity’ events (Skyfall::Firehose::IdentityMessage).
Instance Attribute Summary
Attributes inherited from Message
#data_object, #did, #seq, #type, #type_object
Instance Method Summary collapse
Methods inherited from Message
#initialize, #inspect, #inspectable_variables, new, #operations, #time
Constructor Details
This class inherits a constructor from Skyfall::Firehose::Message
Instance Method Details
#handle ⇒ Object
10 11 12 |
# File 'lib/skyfall/firehose/handle_message.rb', line 10 def handle @data_object['handle'] end |