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

Version Path
active-fedora-15.0.1 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-15.0.0 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-14.0.1 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-14.0.0 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-13.3.0 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-12.2.4 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-13.2.7 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-13.2.5 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-13.2.4 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-12.2.3 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-13.2.3 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-13.2.2 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-13.2.0 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-13.1.3 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-11.5.6 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-12.2.2 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-11.2.1 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-12.2.1 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-12.0.3 lib/active_fedora/attributes/active_triple_attribute.rb
active-fedora-11.5.5 lib/active_fedora/attributes/active_triple_attribute.rb