Method: OrcidClient::Notification#insert_authorization_url
- Defined in:
- lib/orcid_client/notification.rb
#insert_authorization_url(xml) ⇒ Object
68 69 70 71 72 73 |
# File 'lib/orcid_client/notification.rb', line 68 def (xml) xml.send(:'notification:authorization-url') do xml.send(:'notification:path', work_notification_path) xml.send(:'notification:host', notification_host) end end |