Class: ActiveGraph::Shared::TypeConverters::ObjectConverter

Inherits:
BaseConverter
  • Object
show all
Defined in:
lib/active_graph/shared/type_converters.rb

Class Method Summary collapse

Methods inherited from BaseConverter

converted?, #supports_array?

Class Method Details

.convert_typeObject



321
322
323
# File 'lib/active_graph/shared/type_converters.rb', line 321

def convert_type
  Object
end

.to_ruby(value) ⇒ Object



325
326
327
# File 'lib/active_graph/shared/type_converters.rb', line 325

def to_ruby(value)
  value
end