Module: Frontapp::Client::Attachments

Included in:
Frontapp::Client
Defined in:
lib/frontapp/client/attachments.rb

Instance Method Summary collapse

Instance Method Details

#download_attachment(attachment_link_id) ⇒ Object

Parameters Name Type Description


attachment_link_id string Id of the requested attachment




10
11
12
# File 'lib/frontapp/client/attachments.rb', line 10

def download_attachment(attachment_link_id)
  get_raw("download/#{attachment_link_id}")
end