# File lib/heroku/api/attachments.rb, line 5
    def get_attachments(app)
      request(
        :expects => 200,
        :method => :get,
        :path => "/apps/#{app}/attachments"
      )
    end