Restforce v1.1.0 Release Notes
Release Date: 2013-03-03 // over 9 years ago-
Added ability to download attachments easily.
Example
attachment = client.query('select Id, Name, Body from Attachment').first File.open(attachment.Name, 'wb') { |f| f.write(attachment.Body) }