Class: Skyfall::Firehose::SyncMessage
- Defined in:
- lib/skyfall/firehose/sync_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, #unknown?
Constructor Details
This class inherits a constructor from Skyfall::Firehose::Message
Instance Method Details
#rev ⇒ Object
5 6 7 |
# File 'lib/skyfall/firehose/sync_message.rb', line 5 def rev @rev ||= @data_object['rev'] end |