Method: Neo4j::Shared::TypeConverters::BooleanConverter.db_type

Defined in:
lib/neo4j/shared/type_converters.rb

.db_typeObject Also known as: convert_type



115
116
117
# File 'lib/neo4j/shared/type_converters.rb', line 115

def db_type
  Neo4j::Shared::Boolean
end