Class: Skyfall::Firehose::IdentityMessage
- Defined in:
- lib/skyfall/firehose/identity_message.rb
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
5 6 7 |
# File 'lib/skyfall/firehose/identity_message.rb', line 5 def handle @data_object['handle'] end |