Module: Neo4j::Shared
- Extended by:
- ActiveModel::Naming, ActiveSupport::Concern
- Includes:
- ActiveModel::Conversion, ActiveModel::Serializers::JSON
- Included in:
- ActiveNode, ActiveRel
- Defined in:
- lib/neo4j/shared.rb,
lib/neo4j/shared/enum.rb,
lib/neo4j/shared/cypher.rb,
lib/neo4j/shared/marshal.rb,
lib/neo4j/shared/identity.rb,
lib/neo4j/shared/property.rb,
lib/neo4j/shared/callbacks.rb,
lib/neo4j/shared/attributes.rb,
lib/neo4j/shared/initialize.rb,
lib/neo4j/shared/typecaster.rb,
lib/neo4j/shared/persistence.rb,
lib/neo4j/shared/validations.rb,
lib/neo4j/shared/filtered_hash.rb,
lib/neo4j/shared/query_factory.rb,
lib/neo4j/shared/mass_assignment.rb,
lib/neo4j/shared/type_converters.rb,
lib/neo4j/shared/declared_property.rb,
lib/neo4j/shared/declared_properties.rb,
lib/neo4j/shared/rel_type_converters.rb,
lib/neo4j/shared/permitted_attributes.rb,
lib/neo4j/shared/serialized_properties.rb,
lib/neo4j/shared/typecasted_attributes.rb,
lib/neo4j/shared/declared_property/index.rb
Defined Under Namespace
Modules: Attributes, Callbacks, ClassMethods, Cypher, Enum, Identity, Initialize, Marshal, MassAssignment, PermittedAttributes, Persistence, Property, RelTypeConverters, SerializedProperties, TypeConverters, TypecastedAttributes, Typecaster, Validations
Classes: Boolean, DeclaredProperties, DeclaredProperty, FilteredHash, NodeQueryFactory, QueryFactory, RelQueryFactory
Instance Method Summary
collapse
Instance Method Details
#declared_properties ⇒ Object
52
53
54
|
# File 'lib/neo4j/shared.rb', line 52
def declared_properties
self.class.declared_properties
end
|
#neo4j_query(*args) ⇒ Object
56
57
58
|
# File 'lib/neo4j/shared.rb', line 56
def neo4j_query(*args)
self.class.neo4j_query(*args)
end
|