Class: Lab628::PostJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- Lab628::PostJob
- Defined in:
- lib/lab628/post_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(command, key, sec, data) ⇒ Object
9 10 11 |
# File 'lib/lab628/post_job.rb', line 9 def perform(command, key, sec, data) Lab628.post command, key, sec, data end |