Method: Orcid::ProfileConnection#persister=
- Defined in:
- app/models/orcid/profile_connection.rb
#persister=(value) ⇒ Object
Sets the attribute persister
34 35 36 |
# File 'app/models/orcid/profile_connection.rb', line 34 def persister=(value) @persister = value end |