class ActiveEntity::Reflection::AbstractReflection

Holds all the methods that are shared between MacroReflection and ThroughReflection.

AbstractReflection
  MacroReflection
    AggregateReflection
    AssociationReflection
      HasManyReflection
      HasOneReflection
      BelongsToReflection
      HasAndBelongsToManyReflection
  ThroughReflection
  PolymorphicReflection
  RuntimeReflection

Public Instance Methods

embedded?() click to toggle source
# File lib/active_entity/reflection.rb, line 147
def embedded?
  false
end