class Gamefic::Response

def inspect

def inspect
  "#<#{self.class} #{([verb] + queries).map(&:inspect).join(', ')}>"
end