Sha256: 799f7687d12faf71864184ac8d8d01d04f9f3590e272821fcd8c45ecf8336b97
Contents?: true
Size: 429 Bytes
Versions: 85
Compression:
Stored size: 429 Bytes
Contents
module ActiveFedora # Attributes delegated to ActiveTriples. Allows ActiveFedora to track all attributes consistently. # # @example # class Book < ActiveFedora::Base # property :title, predicate: ::RDF::Vocab::DC.title # property :author, predicate: ::RDF::Vocab::DC.creator # end # # Book.attribute_names # => ["title", "author"] class ActiveTripleAttribute < DelegatedAttribute end end
Version data entries
85 entries across 85 versions & 1 rubygems