property_container_extension.rb

Path: lib/neo4jr/property_container_extension.rb
Last Update: Thu Dec 22 22:42:30 +0000 2016

Extends the Node class with a hash style accessor methods to the node‘s properties

Methods

[]   []=   convert   properties   update_properties  

Public Instance methods

Example:

   node[:name] #=> 'Matt'

Example:

   node[:name] = 'Matt'

[Validate]