Class: ActiveEntity::Reflection::AbstractReflection
- Inherits:
-
Object
- Object
- ActiveEntity::Reflection::AbstractReflection
- Defined in:
- lib/active_entity/reflection.rb
Overview
Holds all the methods that are shared between MacroReflection and ThroughReflection.
AbstractReflection
MacroReflection
AggregateReflection
AssociationReflection
HasManyReflection
HasOneReflection
BelongsToReflection
HasAndBelongsToManyReflection
ThroughReflection
PolymorphicReflection
RuntimeReflection
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#embedded? ⇒ Boolean
147 148 149 |
# File 'lib/active_entity/reflection.rb', line 147 def false end |