Module: CurationConcern::DoiAssignable
- Extended by:
- ActiveSupport::Concern
- Included in:
- Article, Dataset, Etd, GenericWork, Image
- Defined in:
- app/repository_models/curation_concern/doi_assignable.rb
Constant Summary collapse
- NOT_NOW =
'not_now'
- ALREADY_GOT_ONE =
'already_got_one'
Instance Attribute Summary collapse
-
#doi_remote_service ⇒ Object
writeonly
Sets the attribute doi_remote_service.
Instance Attribute Details
#doi_remote_service=(value) ⇒ Object
Sets the attribute doi_remote_service
22 23 24 |
# File 'app/repository_models/curation_concern/doi_assignable.rb', line 22 def doi_remote_service=(value) @doi_remote_service = value end |