class Gremlin2Dot::Edge
Public Instance Methods
id()
click to toggle source
# File lib/gremlin2dot/data_model.rb, line 4 def id ; self['id'] ; end
inV()
click to toggle source
# File lib/gremlin2dot/data_model.rb, line 8 def inV ; self['inV'] ; end
inVLabel()
click to toggle source
# File lib/gremlin2dot/data_model.rb, line 6 def inVLabel ; self['inVLabel'] ; end
inspect()
click to toggle source
# File lib/gremlin2dot/data_model.rb, line 11 def inspect ; "#<#{self.class.name} #{super}>" ; end
label()
click to toggle source
# File lib/gremlin2dot/data_model.rb, line 5 def label ; self['label'] ; end
outV()
click to toggle source
# File lib/gremlin2dot/data_model.rb, line 9 def outV ; self['outV'] ; end
outVLabel()
click to toggle source
# File lib/gremlin2dot/data_model.rb, line 7 def outVLabel ; self['outVLabel'] ; end
properties()
click to toggle source
# File lib/gremlin2dot/data_model.rb, line 10 def properties ; self['properties'] || {} ; end