Class: Hyrax::RightsStatementService
- Inherits:
-
QaSelectService
- Object
- QaSelectService
- Hyrax::RightsStatementService
- Defined in:
- app/services/hyrax/rights_statement_service.rb
Overview
Provide select options for the copyright status (edm:rights) field
Instance Attribute Summary
Attributes inherited from QaSelectService
Instance Method Summary collapse
-
#initialize ⇒ RightsStatementService
constructor
A new instance of RightsStatementService.
Methods inherited from QaSelectService
#active?, #active_elements, #label, #select_active_options, #select_all_options
Constructor Details
#initialize ⇒ RightsStatementService
Returns a new instance of RightsStatementService.
4 5 6 |
# File 'app/services/hyrax/rights_statement_service.rb', line 4 def initialize super('rights_statements') end |