Module: Neo4j::Wrapper::Rule::InstanceMethods

Included in:
NodeMixin
Defined in:
lib/neo4j-wrapper/rule/instance_methods.rb

Instance Method Summary collapse

Instance Method Details

#trigger_rulesObject

Trigger rules. You don’t normally need to call this method (except in Migration) since it will be triggered automatically by the Neo4j::Wrapper::Rule::Rule

See Also:



9
10
11
# File 'lib/neo4j-wrapper/rule/instance_methods.rb', line 9

def trigger_rules
  self.class.trigger_rules(self)
end