class Gremlin2Dot::VertexProperty

Public Instance Methods

id() click to toggle source
# File lib/gremlin2dot/data_model.rb, line 22
def id ; self['id'] ; end
inspect() click to toggle source
# File lib/gremlin2dot/data_model.rb, line 26
def inspect
  value.inspect
end
label() click to toggle source
# File lib/gremlin2dot/data_model.rb, line 23
def label ; self['label'] ; end
pretty_print(*args) click to toggle source
# File lib/gremlin2dot/data_model.rb, line 34
def pretty_print(*args)
  value.pretty_print *args
end
to_s() click to toggle source
# File lib/gremlin2dot/data_model.rb, line 30
def to_s
  value.to_s
end
value() click to toggle source
# File lib/gremlin2dot/data_model.rb, line 24
def value ; self['value'] ; end