Class: NeoScout::ElementIterator

Inherits:
Object
  • Object
show all
Defined in:
lib/neoscout/model.rb

Direct Known Subclasses

GDB_Neo4j::ElementIterator

Instance Method Summary collapse

Instance Method Details

#iter_edges(args) ⇒ Object

Raises:

  • (NotImplentedError)


7
# File 'lib/neoscout/model.rb', line 7

def iter_edges(args) ; raise NotImplentedError end

#iter_nodes(args) ⇒ Object

Raises:

  • (NotImplentedError)


6
# File 'lib/neoscout/model.rb', line 6

def iter_nodes(args) ; raise NotImplentedError end