class Gremlin2Dot::Vertex

Public Instance Methods

id() click to toggle source
# File lib/gremlin2dot/data_model.rb, line 15
def id ; self['id'] ; end
inspect() click to toggle source
# File lib/gremlin2dot/data_model.rb, line 18
def inspect ; "#<#{self.class.name} #{super}>" ; end
label() click to toggle source
# File lib/gremlin2dot/data_model.rb, line 16
def label ; self['label'] ; end
properties() click to toggle source
# File lib/gremlin2dot/data_model.rb, line 17
def properties ; self['properties'] || {} ; end