module Frontapp::Client::Attachments

Public Instance Methods

download_attachment(attachment_link_id) click to toggle source

Parameters Name Type Description


attachment_link_id string Id of the requested attachment


# File lib/frontapp/client/attachments.rb, line 10
def download_attachment(attachment_link_id)
  get_raw("download/#{attachment_link_id}")
end