Class: ActiveCypher::ConnectionAdapters::Neo4jAdapter::ProtocolHandler
- Inherits:
-
AbstractProtocolHandler
- Object
- AbstractProtocolHandler
- ActiveCypher::ConnectionAdapters::Neo4jAdapter::ProtocolHandler
- Defined in:
- lib/active_cypher/connection_adapters/neo4j_adapter.rb
Instance Attribute Summary
Attributes inherited from AbstractProtocolHandler
Instance Method Summary collapse
Methods inherited from AbstractProtocolHandler
Constructor Details
This class inherits a constructor from ActiveCypher::ConnectionAdapters::AbstractProtocolHandler
Instance Method Details
#extract_version(agent) ⇒ Object
174 |
# File 'lib/active_cypher/connection_adapters/neo4j_adapter.rb', line 174 def extract_version(agent) = agent[%r{Neo4j/([\d.]+)}, 1] || 'unknown' |