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