Method: Cloudist::Message#latency
- Defined in:
- lib/cloudist/message.rb
#latency ⇒ Object
78 79 80 |
# File 'lib/cloudist/message.rb', line 78 def latency (published_at.to_f - created_at.to_f) end |
78 79 80 |
# File 'lib/cloudist/message.rb', line 78 def latency (published_at.to_f - created_at.to_f) end |