Class: KmResque::AliasJob

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

Class Method Summary collapse

Class Method Details

.perform(identifier1, identifier2, timestamp) ⇒ Object



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

def self.perform(identifier1, identifier2, timestamp)
  ApiClient.new.alias(identifier1, identifier2, timestamp.to_i)
end