lib/linked_in/api/communications.rb in linkedin-1.1.0 vs lib/linked_in/api/communications.rb in linkedin-1.1.1
- old
+ new
@@ -22,10 +22,10 @@
# @param [Array<String>] recipient_paths a collection of
# profile paths that identify the users who will receive the
# message
# @return [void]
def send_message(subject, body, recipient_paths)
- path = "/people/~/mailbox"
+ path = '/people/~/mailbox'
message = {
'subject' => subject,
'body' => body,
'recipients' => {