Method: Moped::Protocol::Reply#flags

Defined in:
lib/moped/protocol/reply.rb

#flagsArray<Symbol>

Returns the flags for this reply.

Returns:



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