class ActiveGraph::Shared::TypeConverters::ObjectConverter

Public Class Methods

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