Class: ActiveCypher::Bolt::Messaging::Ignored

Inherits:
Message
  • Object
show all
Defined in:
lib/active_cypher/bolt/messaging.rb

Overview

The IGNORED message. For when the server just can’t be bothered.

Constant Summary collapse

SIGNATURE =
0x7E

Instance Attribute Summary

Attributes inherited from Message

#fields, #signature

Instance Method Summary collapse

Methods inherited from Message

#==, inherited

Constructor Details

#initializeIgnored

Returns a new instance of Ignored.



279
280
281
# File 'lib/active_cypher/bolt/messaging.rb', line 279

def initialize
  super(SIGNATURE, [])
end