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



315
316
317
# File 'lib/active_graph/shared/type_converters.rb', line 315

def convert_type
  Object
end

.to_ruby(value) ⇒ Object



319
320
321
# File 'lib/active_graph/shared/type_converters.rb', line 319

def to_ruby(value)
  value
end