Class: Sysdig::Model

Inherits:
Object
  • Object
show all
Defined in:
lib/sysdig/model.rb

Direct Known Subclasses

Alert, AlertNotification, UserNotification

Class Method Summary collapse

Class Method Details

.epoch_time(v, _) ⇒ Object



2
3
4
# File 'lib/sysdig/model.rb', line 2

def self.epoch_time(v, _)
  Time.at(v / 1000)
end