Class: Neo4j::Core::Label

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

Instance Method Summary collapse

Instance Method Details

#labelsObject



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

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