class Neo4j::Shared::TypeConverters::ObjectConverter

Public Class Methods

convert_type() click to toggle source
    # File lib/neo4j/shared/type_converters.rb
320 def convert_type
321   Object
322 end
to_ruby(value) click to toggle source
    # File lib/neo4j/shared/type_converters.rb
324 def to_ruby(value)
325   value
326 end