Method: CrowdFlower::Worker#reject

Defined in:
lib/crowdflower/worker.rb

#reject(worker_id) ⇒ Object



23
24
25
# File 'lib/crowdflower/worker.rb', line 23

def reject( worker_id )
  connection.put( "#{resource_uri}/#{worker_id}/reject", :headers => { "Content-Length" => "0" } )
end