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

Instance Attribute Details

#doi_remote_service=(value) ⇒ Object

Sets the attribute doi_remote_service

Parameters:

  • value

    the value to set the attribute doi_remote_service to.



22
23
24
# File 'app/repository_models/curation_concern/doi_assignable.rb', line 22

def doi_remote_service=(value)
  @doi_remote_service = value
end