Class: ActiveFedora::Aggregation::Reflection

Inherits:
Reflection::AssociationReflection
  • Object
show all
Defined in:
lib/active_fedora/aggregation/reflection.rb

Instance Method Summary collapse

Instance Method Details

#association_classObject



3
4
5
# File 'lib/active_fedora/aggregation/reflection.rb', line 3

def association_class
  ThroughAssociation
end

#collection?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/active_fedora/aggregation/reflection.rb', line 7

def collection?
  true
end