class Gremlin2Dot::Property

Public Instance Methods

inspect() click to toggle source
# File lib/gremlin2dot/data_model.rb, line 43
def inspect
  value.inspect
end
key() click to toggle source
# File lib/gremlin2dot/data_model.rb, line 40
def key ; self['key'] ; end
pretty_print(*args) click to toggle source
# File lib/gremlin2dot/data_model.rb, line 51
def pretty_print(*args)
  value.pretty_print *args
end
to_s() click to toggle source
# File lib/gremlin2dot/data_model.rb, line 47
def to_s
  value.to_s
end
value() click to toggle source
# File lib/gremlin2dot/data_model.rb, line 41
def value ; self['value'] ; end