class ActiveFedora::Reflection::SingularRDFPropertyReflection

Public Instance Methods

association_class() click to toggle source
# File lib/active_fedora/reflection.rb, line 611
def association_class
  Associations::SingularRDF
end
collection?() click to toggle source
# File lib/active_fedora/reflection.rb, line 607
def collection?
  false
end
macro() click to toggle source
# File lib/active_fedora/reflection.rb, line 603
def macro
  :singular_rdf
end