class Gremlin2Dot::Path
Public Instance Methods
inspect()
click to toggle source
# File lib/gremlin2dot/data_model.rb, line 63 def inspect ; "#<#{self.class.name} #{super}>" ; end
labels()
click to toggle source
# File lib/gremlin2dot/data_model.rb, line 61 def labels ; self['labels'] ; end
objects()
click to toggle source
# File lib/gremlin2dot/data_model.rb, line 62 def objects ; self['objects'] || {} ; end