lib/moped/protocol/kill_cursors.rb in moped-1.0.0.rc vs lib/moped/protocol/kill_cursors.rb in moped-1.0.0
- old
+ new
@@ -33,9 +33,11 @@
# @attribute
# @return [Array] the cursor ids to kill
int64 :cursor_ids, type: :array
+ finalize
+
undef op_code
# @return [Number] OP_KILL_CURSORS operation code (2007)
def op_code
2007
end