Returns the flags for this reply.
Returns:
the flags for this reply
34 35 36
# File 'lib/moped/protocol/reply.rb', line 34 flags :flags, cursor_not_found: 2 ** 0, query_failure: 2 ** 1, await_capable: 2 ** 3