Class: Gremlin2Dot::Edge

Inherits:
Hash
  • Object
show all
Defined in:
lib/gremlin2dot/data_model.rb

Instance Method Summary collapse

Instance Method Details

#idObject



4
# File 'lib/gremlin2dot/data_model.rb', line 4

def id ; self['id'] ; end

#inspectObject



11
# File 'lib/gremlin2dot/data_model.rb', line 11

def inspect ; "#<#{self.class.name} #{super}>" ; end

#inVObject



8
# File 'lib/gremlin2dot/data_model.rb', line 8

def inV ; self['inV'] ; end

#inVLabelObject



6
# File 'lib/gremlin2dot/data_model.rb', line 6

def inVLabel ; self['inVLabel'] ; end

#labelObject



5
# File 'lib/gremlin2dot/data_model.rb', line 5

def label ; self['label'] ; end

#outVObject



9
# File 'lib/gremlin2dot/data_model.rb', line 9

def outV ; self['outV'] ; end

#outVLabelObject



7
# File 'lib/gremlin2dot/data_model.rb', line 7

def outVLabel ; self['outVLabel'] ; end

#propertiesObject



10
# File 'lib/gremlin2dot/data_model.rb', line 10

def properties ; self['properties'] || {} ; end