Class: KmResque::SetJob

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

Class Method Summary collapse

Class Method Details

.perform(identifier, properties, timestamp) ⇒ Object



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

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