Class: KmResque::RecordJob
- Inherits:
-
Object
- Object
- KmResque::RecordJob
- 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, ) ApiClient.new.record(identifier, event_name, properties, .to_i) end |