Class: CobwebProcessJob

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

Class Method Summary collapse

Class Method Details

.perform(content) ⇒ Object



6
7
8
9
10
11
12
# File 'lib/cobweb_process_job.rb', line 6

def self.perform(content)
  content = HashHelper.symbolize_keys(content)
  puts "Dummy Processing for #{content[:url]}"

  #ap content.keys
  
end