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
305 306 307 |
# File 'lib/neo4j/shared/type_converters.rb', line 305 def convert_type Object end |
.to_ruby(value) ⇒ Object
309 310 311 |
# File 'lib/neo4j/shared/type_converters.rb', line 309 def to_ruby(value) value end |