Class: Neo4j::Core::Label

Inherits:
Object
  • Object
show all
Defined in:
lib/neo4j-core/label.rb

Instance Method Summary collapse

Instance Method Details

#labelsObject



4
5
6
# File 'lib/neo4j-core/label.rb', line 4

def labels
  get_labels.map { |x| Label.new(x.name) }
end