Class: KmResque::RecordJob

Inherits:
Object
  • Object
show all
Defined in:
lib/km_resque/record_job.rb

Class Method Summary collapse

Class Method Details

.perform(identifier, event_name, properties, timestamp) ⇒ Object



7
8
9
# File 'lib/km_resque/record_job.rb', line 7

def self.perform(identifier, event_name, properties, timestamp)
  ApiClient.new.record(identifier, event_name, properties, timestamp.to_i)
end