Sha256: fed1aaa54aa6d7c71e39c091cd4d4ad6c926e5fe51ec76453c41ccc8de2238e4

Contents?: true

Size: 415 Bytes

Versions: 2

Compression:

Stored size: 415 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

2 entries across 2 versions & 1 rubygems

Version Path
active-fedora-9.6.2 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-9.6.1 lib/active_fedora/attributes/active_triple_attribute.rb