Method: OrcidClient::Work#container_title
- Defined in:
- lib/orcid_client/work.rb
#container_title ⇒ Object
user publisher name as fallback
61 62 63 |
# File 'lib/orcid_client/work.rb', line 61 def container_title .container_title || .publisher.present? ? .publisher["name"] : nil end |