Class: Hyrax::RightsStatementService

Inherits:
QaSelectService show all
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

#authority

Instance Method Summary collapse

Methods inherited from QaSelectService

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

Constructor Details

#initialize(_authority_name = nil) ⇒ RightsStatementService

Returns a new instance of RightsStatementService.



5
6
7
# File 'app/services/hyrax/rights_statement_service.rb', line 5

def initialize(_authority_name = nil)
  super('rights_statements')
end