class ActiveFedora::Reflection::FilterReflection
Public Instance Methods
association_class()
click to toggle source
# File lib/active_fedora/reflection.rb, line 621 def association_class Associations::FilterAssociation end
collection?()
click to toggle source
# File lib/active_fedora/reflection.rb, line 632 def collection? true end
extending_from()
click to toggle source
# File lib/active_fedora/reflection.rb, line 628 def extending_from @extending_from ||= active_fedora._reflect_on_association(options.fetch(:extending_from)) end
macro()
click to toggle source
# File lib/active_fedora/reflection.rb, line 617 def macro :filter end