Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created September 10, 2010 21:59
Show Gist options
  • Save abuiles/574447 to your computer and use it in GitHub Desktop.
Save abuiles/574447 to your computer and use it in GitHub Desktop.
class GetAssignmentJob < Struct.new(:hit)
def perform
AwsTurkAssignmentRequest.get_assignments_for_hit(hit)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment