Method: OrcidClient::Work#description
- Defined in:
- lib/orcid_client/work.rb
#description ⇒ Object
70 71 72 73 |
# File 'lib/orcid_client/work.rb', line 70 def description ct = parse_attributes(.descriptions, content: "description", first: true) ct.squish if ct.present? end |