Class: Neo4j::Shared::TypeConverters::ObjectConverter
- Inherits:
-
BaseConverter
- Object
- BaseConverter
- Neo4j::Shared::TypeConverters::ObjectConverter
- Defined in:
- lib/neo4j/shared/type_converters.rb
Class Method Summary collapse
Methods inherited from BaseConverter
Class Method Details
.convert_type ⇒ Object
320 321 322 |
# File 'lib/neo4j/shared/type_converters.rb', line 320 def convert_type Object end |
.to_ruby(value) ⇒ Object
324 325 326 |
# File 'lib/neo4j/shared/type_converters.rb', line 324 def to_ruby(value) value end |