9 10 11 12 13
# File 'lib/disc/job.rb', line 9 def info return nil if disque_id.nil? Hash[*self.class.disque.call("SHOW", disque_id)] end