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

Version Path
active-fedora-9.5.0 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-9.4.3 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-9.4.2 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-9.4.1 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-9.4.0 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-9.3.0 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-9.2.1 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-9.2.0 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-9.2.0.rc2 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-9.2.0.rc1 lib/active_fedora/attributes/active_triple_attribute.rb