Method: Orcid::ProfileConnection#persister=

Defined in:
app/models/orcid/profile_connection.rb

#persister=(value) ⇒ Object

Sets the attribute persister

Parameters:

  • value

    the value to set the attribute persister to.



34
35
36
# File 'app/models/orcid/profile_connection.rb', line 34

def persister=(value)
  @persister = value
end