Class: ActiveEntity::Reflection::AbstractReflection

Inherits:
Object
  • Object
show all
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

AbstractEmbeddedReflection

Instance Method Summary collapse

Instance Method Details

#embedded?Boolean

Returns:

  • (Boolean)


147
148
149
# File 'lib/active_entity/reflection.rb', line 147

def embedded?
  false
end