Class: Neo4j::Core::Label
- Inherits:
 - 
      Object
      
        
- Object
 - Neo4j::Core::Label
 
 - Defined in:
 - lib/neo4j-core/label.rb
 
Instance Method Summary (collapse)
Instance Method Details
- (Object) labels
      4 5 6  | 
    
      # File 'lib/neo4j-core/label.rb', line 4 def labels get_labels.map { |x| Label.new(x.name) } end  |