Class: Hyrax::RightsStatements

Inherits:
QaSelectService show all
Defined in:
app/services/hyrax/rights_statements.rb

Overview

Provide select options for the copyright status (edm:rights) field

Instance Attribute Summary

Attributes inherited from QaSelectService

#authority

Instance Method Summary collapse

Methods inherited from QaSelectService

#active?, #active_elements, #label, #select_active_options, #select_all_options

Constructor Details

#initializeRightsStatements

Returns a new instance of RightsStatements.



4
5
6
# File 'app/services/hyrax/rights_statements.rb', line 4

def initialize
  super('rights_statements')
end