Class: GenericContent

Inherits:
ActiveFedora::Base
  • Object
show all
Includes:
Hydra::GenericContent, Hydra::ModelMethods
Defined in:
vendor/plugins/hydra_repository/app/models/generic_content.rb

Constant Summary

Constants included from Hydra::GenericContent

DEFAULT_CONTENT_DATASTREAMS

Instance Method Summary (collapse)

Methods included from Hydra::GenericContent

included

Methods included from Hydra::ModelMethods

#apply_depositor_metadata, #insert_contributor, #remove_contributor, #set_collection_type

Constructor Details

- (GenericContent) initialize(attrs = {})

A new instance of GenericContent



18
19
20
# File 'vendor/plugins/hydra_repository/app/models/generic_content.rb', line 18

def initialize( attrs={} )
  super
end