class ActiveFedora::Filter::Reflection

Public Instance Methods

association_class() click to toggle source
# File lib/active_fedora/filter/reflection.rb, line 3
def association_class
  Association
end
collection?() click to toggle source
# File lib/active_fedora/filter/reflection.rb, line 16
def collection?
  true
end
extending_from() click to toggle source
# File lib/active_fedora/filter/reflection.rb, line 12
def extending_from
  @extending_from ||= active_fedora._reflect_on_association(options.fetch(:extending_from))
end
klass() click to toggle source

delegates to extending_from

# File lib/active_fedora/filter/reflection.rb, line 8
def klass
  extending_from.klass
end