class NeoScout::GDB_Neo4j::Verifier

Public Class Methods

new(typer) click to toggle source
Calls superclass method NeoScout::Verifier::new
# File lib/neoscout/gdb_neo4j.rb, line 110
def initialize(typer)
  super()
  @typer = typer
end

Public Instance Methods

init_from_json(json) click to toggle source
Calls superclass method NeoScout::Verifier#init_from_json
# File lib/neoscout/gdb_neo4j.rb, line 123
def init_from_json(json)
  super(json)
end
new_edge_prop_constr(args={}) click to toggle source
# File lib/neoscout/gdb_neo4j.rb, line 119
def new_edge_prop_constr(args={})
  Constraints::PropConstraint.new args
end
new_node_prop_constr(args={}) click to toggle source
# File lib/neoscout/gdb_neo4j.rb, line 115
def new_node_prop_constr(args={})
  Constraints::PropConstraint.new args
end