class Typingpool::Amazon::HIT::Assignment::Empty

Subclass used in cases where we know Amazon's servers have no assignments for us (because hit.full.assignments_completed == 0), so we don't want to bother doing an HTTP request to check.

Public Class Methods

new() click to toggle source
# File lib/typingpool/amazon/hit/assignment/empty.rb, line 11
def initialize
  @answers = {}
end