From cb7548ab680e01e026110d5021ce5f21ce6dea12 Mon Sep 17 00:00:00 2001 From: Terence Dignon Date: Fri, 10 Nov 2017 17:11:08 -0500 Subject: [PATCH] add display_name attribute to file --- lib/brick_ftp/api/file.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/brick_ftp/api/file.rb b/lib/brick_ftp/api/file.rb index 82e8a1ef..7e6b6d07 100644 --- a/lib/brick_ftp/api/file.rb +++ b/lib/brick_ftp/api/file.rb @@ -12,6 +12,7 @@ class File < Base attribute :crc32 attribute :md5 attribute :download_uri + attribute :display_name attribute :provided_mtime attribute :permissions end