Class: Files::File
- Inherits:
-
Object
- Object
- Files::File
- Defined in:
- lib/files.com/models/file.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
- #lineno(*_args) ⇒ Object
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
- #pos ⇒ Object
- #sync ⇒ Object
Class Method Summary collapse
- .binread(name, *args) ⇒ Object
- .binwrite(name, *args) ⇒ Object
- .chmod(*_args) ⇒ Object
- .chown(*_args) ⇒ Object
- .client(options = {}) ⇒ Object
- .copy(old_path, new_path) ⇒ Object
- .copy_stream(*_args) ⇒ Object
-
.create(path, params = {}, options = {}) ⇒ Object
Parameters: path (required) - string - Path to operate on.
-
.delete(path, params = {}, options = {}) ⇒ Object
Parameters: recursive - boolean - If true, will recursively delete folers.
- .destroy(path, params = {}, options = {}) ⇒ Object
- .directory?(path, options = {}) ⇒ Boolean
-
.download(path, params = {}, options = {}) ⇒ Object
Download file.
- .download_file(path, local_path = nil) ⇒ Object
- .exist?(path, options = {}) ⇒ Boolean
- .exists?(path, options = {}) ⇒ Boolean
- .find(path, params = {}, options = {}) ⇒ Object
- .for_fd(*_args) ⇒ Object
- .foreach(name, *args, &block) ⇒ Object
- .get(path, params = {}, options = {}) ⇒ Object
- .identical?(path1, path2) ⇒ Boolean
- .lstat(path) ⇒ Object
- .move(old_path, new_path) ⇒ Object
- .mtime(path) ⇒ Object
- .open(path, mode = "r", options = {}, &block) ⇒ Object
- .owned?(_path) ⇒ Boolean
- .pipe(*_args) ⇒ Object
- .popen(*_args) ⇒ Object
- .read(name, *args) ⇒ Object
- .readable?(path) ⇒ Boolean
- .readlines(name, *args) ⇒ Object
- .rename(old_path, new_path) ⇒ Object
- .select(*_args) ⇒ Object
- .stat(path) ⇒ Object
- .sysopen(*_args) ⇒ Object
- .try_convert(*_args) ⇒ Object
- .unlink(*paths) ⇒ Object
-
.update(path, params = {}, options = {}) ⇒ Object
Parameters: provided_mtime - string - Modified time of file.
- .upload_chunks(io, path, options, upload = nil, etags = []) ⇒ Object
- .upload_file(path, destination = nil, options = {}) ⇒ Object
- .write(*_args) ⇒ Object
- .zero?(path) ⇒ Boolean
Instance Method Summary collapse
-
#action ⇒ Object
string - The action to perform.
- #action=(value) ⇒ Object
- #advise(*_args) ⇒ Object
- #atime ⇒ Object
- #autoclose=(*_args) ⇒ Object
- #autoclose?(*_args) ⇒ Boolean
- #binmode ⇒ Object
- #binmode? ⇒ Boolean
- #birthtime ⇒ Object
- #bytes ⇒ Object
- #chars ⇒ Object
- #chmod(*_args) ⇒ Object
- #chown(*_args) ⇒ Object
- #client ⇒ Object
- #close ⇒ Object
- #close_on_exec=(*args) ⇒ Object
- #close_on_exec?(*args) ⇒ Boolean
- #close_read(*args) ⇒ Object
- #close_write(*args) ⇒ Object
- #closed?(*args) ⇒ Boolean
- #codepoints(*args, &block) ⇒ Object
- #copy(destination) ⇒ Object
-
#crc32 ⇒ Object
string - File CRC32 checksum.
- #crc32=(value) ⇒ Object
- #ctime(*_args) ⇒ Object
-
#delete(params = {}) ⇒ Object
Parameters: recursive - boolean - If true, will recursively delete folers.
- #destroy(params = {}) ⇒ Object
-
#display_name ⇒ Object
string - File/Folder display name.
- #display_name=(value) ⇒ Object
-
#download(params = {}) ⇒ Object
Download file.
- #download_content(io, range: []) ⇒ Object
- #download_file(output_file) ⇒ Object
-
#download_uri ⇒ Object
string - Link to download file.
- #download_uri=(value) ⇒ Object
- #download_uri_with_load ⇒ Object
- #each(*args, &block) ⇒ Object
- #each_byte(*args, &block) ⇒ Object
- #each_char(*args, &block) ⇒ Object
- #each_codepoint(*args, &block) ⇒ Object
- #each_line(*args, &block) ⇒ Object
- #empty? ⇒ Boolean
- #eof ⇒ Object
- #eof? ⇒ Boolean
- #external_encoding(*args) ⇒ Object
- #fcntl(*_args) ⇒ Object
- #fdatasync(*_args) ⇒ Object
- #fileno(*_args) ⇒ Object
- #flock(*_args) ⇒ Object
- #flush(*_args) ⇒ Object
- #fsync(*args) ⇒ Object
- #getbyte(*args) ⇒ Object
- #getc(*args) ⇒ Object
- #gets(*args) ⇒ Object
-
#initialize(*args) ⇒ File
constructor
A new instance of File.
- #internal_encoding(*_args) ⇒ Object
- #ioctl(*_args) ⇒ Object
- #isatty(*_args) ⇒ Object
-
#length ⇒ Object
int64 - Length of file.
- #length=(value) ⇒ Object
- #lines(*args, &block) ⇒ Object
- #lstat(*_args) ⇒ Object
-
#md5 ⇒ Object
string - File MD5 checksum.
- #md5=(value) ⇒ Object
-
#mime_type ⇒ Object
string - MIME Type.
- #mime_type=(value) ⇒ Object
-
#mkdir_parents ⇒ Object
boolean - Create parent directories if they do not exist?.
- #mkdir_parents=(value) ⇒ Object
- #move(destination) ⇒ Object
-
#mtime ⇒ Object
date-time - File last modified date/time, according to the server.
- #mtime=(value) ⇒ Object
- #mv(destination) ⇒ Object
-
#part ⇒ Object
int64 - Part if uploading a part.
- #part=(value) ⇒ Object
-
#parts ⇒ Object
int64 - How many parts to fetch?.
- #parts=(value) ⇒ Object
-
#path ⇒ Object
string - File/Folder path This must be slash-delimited, but it must neither start nor end with a slash.
- #path=(value) ⇒ Object
-
#permissions ⇒ Object
string - A short string representing the current user’s permissions.
- #permissions=(value) ⇒ Object
- #pid(*_args) ⇒ Object
- #pread(*args) ⇒ Object
-
#preview ⇒ Object
File preview.
- #preview=(value) ⇒ Object
-
#preview_id ⇒ Object
int64 - File preview ID.
- #preview_id=(value) ⇒ Object
- #print(*args) ⇒ Object
- #printf(*args) ⇒ Object
-
#priority_color ⇒ Object
string - Bookmark/priority color of file/folder.
- #priority_color=(value) ⇒ Object
-
#provided_mtime ⇒ Object
date-time - File last modified date/time, according to the client who set it.
- #provided_mtime=(value) ⇒ Object
- #putc(*args) ⇒ Object
- #puts(*args) ⇒ Object
- #pwrite(*args) ⇒ Object
- #read(*args) ⇒ Object
- #read_io(**options) ⇒ Object
- #read_nonblock(*args) ⇒ Object
- #readbyte(*args) ⇒ Object
- #readchar(*args) ⇒ Object
- #readline(*args) ⇒ Object
- #readlines(*args) ⇒ Object
- #readpartial(*args) ⇒ Object
-
#ref ⇒ Object
string -.
- #ref=(value) ⇒ Object
-
#region ⇒ Object
string - Region location.
- #region=(value) ⇒ Object
- #rename(destination) ⇒ Object
- #reopen(*_args) ⇒ Object
-
#restart ⇒ Object
int64 - File byte offset to restart from.
- #restart=(value) ⇒ Object
- #rewind ⇒ Object
- #save ⇒ Object
- #seek(pos) ⇒ Object
-
#set_encoding(*_args) ⇒ Object
rubocop:disable Naming/AccessorMethodName.
-
#size ⇒ Object
int64 - File/Folder size.
- #size=(value) ⇒ Object
- #stat(*_args) ⇒ Object
-
#structure ⇒ Object
string - If copying folder, copy just the structure?.
- #structure=(value) ⇒ Object
- #subfolders_locked=(value) ⇒ Object
-
#subfolders_locked? ⇒ Boolean
boolean - Are subfolders locked and unable to be modified?.
- #sysread(*args) ⇒ Object
- #sysseek(*args) ⇒ Object
- #syswrite(*_args) ⇒ Object
- #tell ⇒ Object
- #to_i(*_args) ⇒ Object
- #to_io(*_args) ⇒ Object
- #to_path(*_args) ⇒ Object
- #truncate(*_args) ⇒ Object
- #tty?(*_args) ⇒ Boolean
-
#type ⇒ Object
string - Type: ‘directory` or `file`.
- #type=(value) ⇒ Object
- #ungetbyte(*_args) ⇒ Object
- #ungetc(*_args) ⇒ Object
-
#update(params = {}) ⇒ Object
Parameters: provided_mtime - string - Modified time of file.
- #upload_file(local_file) ⇒ Object
-
#with_rename ⇒ Object
boolean - Allow file rename instead of overwrite?.
- #with_rename=(value) ⇒ Object
- #write(*args) ⇒ Object
- #write_nonblock(*args) ⇒ Object
Constructor Details
#initialize(*args) ⇒ File
Returns a new instance of File.
191 192 193 194 195 196 197 198 199 |
# File 'lib/files.com/models/file.rb', line 191 def initialize(*args) @attributes = (args[0].is_a?(Hash) && args[0]) || {} @options = (args[1].is_a?(Hash) && args[1]) @options ||= (args[2].is_a?(Hash) && args[2]) || {} @attributes[:path] = args[0] if args[0].is_a?(String) @mode = args[1] || 'r' if args[1].is_a?(String) @write_io = StringIO.new @bytes_written = 0 end |
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes.
5 6 7 |
# File 'lib/files.com/models/file.rb', line 5 def attributes @attributes end |
#lineno(*_args) ⇒ Object
415 416 417 |
# File 'lib/files.com/models/file.rb', line 415 def lineno(*_args) @lineno ||= 0 end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode.
6 7 8 |
# File 'lib/files.com/models/file.rb', line 6 def mode @mode end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
5 6 7 |
# File 'lib/files.com/models/file.rb', line 5 def @options end |
#pos ⇒ Object
441 442 443 |
# File 'lib/files.com/models/file.rb', line 441 def pos @pos ||= 0 end |
#sync ⇒ Object
523 524 525 |
# File 'lib/files.com/models/file.rb', line 523 def sync @sync ||= false end |
Class Method Details
.binread(name, *args) ⇒ Object
8 9 10 |
# File 'lib/files.com/models/file.rb', line 8 def self.binread(name, *args) new(name).read(*args) end |
.binwrite(name, *args) ⇒ Object
12 13 14 |
# File 'lib/files.com/models/file.rb', line 12 def self.binwrite(name, *args) new(name).write(*args) end |
.chmod(*_args) ⇒ Object
16 17 18 |
# File 'lib/files.com/models/file.rb', line 16 def self.chmod(*_args) raise NotImplementedError end |
.chown(*_args) ⇒ Object
20 21 22 |
# File 'lib/files.com/models/file.rb', line 20 def self.chown(*_args) raise NotImplementedError end |
.client(options = {}) ⇒ Object
24 25 26 |
# File 'lib/files.com/models/file.rb', line 24 def self.client( = {}) [:client] || ApiClient.active_client end |
.copy(old_path, new_path) ⇒ Object
28 29 30 |
# File 'lib/files.com/models/file.rb', line 28 def self.copy(old_path, new_path) FileAction.copy(old_path, destination: new_path) end |
.copy_stream(*_args) ⇒ Object
32 33 34 |
# File 'lib/files.com/models/file.rb', line 32 def self.copy_stream(*_args) raise NotImplementedError end |
.create(path, params = {}, options = {}) ⇒ Object
Parameters:
path (required) - string - Path to operate on.
action - string - The action to perform. Can be `append`, `attachment`, `end`, `upload`, `put`, or may not exist
etags[etag] (required) - array(string) - etag identifier.
etags[part] (required) - array(int64) - Part number.
length - int64 - Length of file.
mkdir_parents - boolean - Create parent directories if they do not exist?
part - int64 - Part if uploading a part.
parts - int64 - How many parts to fetch?
provided_mtime - string - User provided modification time.
ref - string -
restart - int64 - File byte offset to restart from.
size - int64 - Size of file.
structure - string - If copying folder, copy just the structure?
with_rename - boolean - Allow file rename instead of overwrite?
905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 |
# File 'lib/files.com/models/file.rb', line 905 def self.create(path, params = {}, = {}) params ||= {} params[:path] = path raise InvalidParameterError.new("Bad parameter: path must be an String") if params.dig(:path) and !params.dig(:path).is_a?(String) raise InvalidParameterError.new("Bad parameter: action must be an String") if params.dig(:action) and !params.dig(:action).is_a?(String) raise InvalidParameterError.new("Bad parameter: length must be an Integer") if params.dig(:length) and !params.dig(:length).is_a?(Integer) raise InvalidParameterError.new("Bad parameter: part must be an Integer") if params.dig(:part) and !params.dig(:part).is_a?(Integer) raise InvalidParameterError.new("Bad parameter: parts must be an Integer") if params.dig(:parts) and !params.dig(:parts).is_a?(Integer) raise InvalidParameterError.new("Bad parameter: provided_mtime must be an String") if params.dig(:provided_mtime) and !params.dig(:provided_mtime).is_a?(String) raise InvalidParameterError.new("Bad parameter: ref must be an String") if params.dig(:ref) and !params.dig(:ref).is_a?(String) raise InvalidParameterError.new("Bad parameter: restart must be an Integer") if params.dig(:restart) and !params.dig(:restart).is_a?(Integer) raise InvalidParameterError.new("Bad parameter: size must be an Integer") if params.dig(:size) and !params.dig(:size).is_a?(Integer) raise InvalidParameterError.new("Bad parameter: structure must be an String") if params.dig(:structure) and !params.dig(:structure).is_a?(String) raise MissingParameterError.new("Parameter missing: path") unless params.dig(:path) response, = Api.send_request("/files/#{params[:path]}", :post, params, ) File.new(response.data, ) end |
.delete(path, params = {}, options = {}) ⇒ Object
Parameters:
recursive - boolean - If true, will recursively delete folers. Otherwise, will error on non-empty folders.
941 942 943 944 945 946 947 948 949 |
# File 'lib/files.com/models/file.rb', line 941 def self.delete(path, params = {}, = {}) params ||= {} params[:path] = path raise InvalidParameterError.new("Bad parameter: path must be an String") if params.dig(:path) and !params.dig(:path).is_a?(String) raise MissingParameterError.new("Parameter missing: path") unless params.dig(:path) response, = Api.send_request("/files/#{params[:path]}", :delete, params, ) response.data end |
.destroy(path, params = {}, options = {}) ⇒ Object
951 952 953 |
# File 'lib/files.com/models/file.rb', line 951 def self.destroy(path, params = {}, = {}) delete(path, params, ) end |
.directory?(path, options = {}) ⇒ Boolean
36 37 38 |
# File 'lib/files.com/models/file.rb', line 36 def self.directory?(path, = {}) find(path, {}, ).type == "directory" end |
.download(path, params = {}, options = {}) ⇒ Object
Download file
Parameters:
action - string - Can be blank, `redirect` or `stat`. If set to `stat`, we will return file information but without a download URL, and without logging a download. If set to `redirect` we will serve a 302 redirect directly to the file. This is used for integrations with Zapier, and is not recommended for most integrations.
preview_size - string - Request a preview size. Can be `small` (default), `large`, `xlarge`, or `pdf`.
with_previews - boolean - Include file preview information?
with_priority_color - boolean - Include file priority color information?
878 879 880 881 882 883 884 885 886 887 888 |
# File 'lib/files.com/models/file.rb', line 878 def self.download(path, params = {}, = {}) params ||= {} params[:path] = path raise InvalidParameterError.new("Bad parameter: path must be an String") if params.dig(:path) and !params.dig(:path).is_a?(String) raise InvalidParameterError.new("Bad parameter: action must be an String") if params.dig(:action) and !params.dig(:action).is_a?(String) raise InvalidParameterError.new("Bad parameter: preview_size must be an String") if params.dig(:preview_size) and !params.dig(:preview_size).is_a?(String) raise MissingParameterError.new("Parameter missing: path") unless params.dig(:path) response, = Api.send_request("/files/#{params[:path]}", :get, params, ) File.new(response.data, ) end |
.download_file(path, local_path = nil) ⇒ Object
40 41 42 43 |
# File 'lib/files.com/models/file.rb', line 40 def self.download_file(path, local_path = nil) local_path ||= File.basename(path) new(path).download_file(local_path) end |
.exist?(path, options = {}) ⇒ Boolean
45 46 47 48 49 50 51 52 53 54 |
# File 'lib/files.com/models/file.rb', line 45 def self.exist?(path, = {}) find(path, {}, ) true rescue Error => e if e.code == 404 false else raise e end end |
.exists?(path, options = {}) ⇒ Boolean
56 57 58 |
# File 'lib/files.com/models/file.rb', line 56 def self.exists?(path, = {}) exist?(path, ) end |
.find(path, params = {}, options = {}) ⇒ Object
60 61 62 63 |
# File 'lib/files.com/models/file.rb', line 60 def self.find(path, params = {}, = {}) params[:action] = "stat" download(path, params, ) end |
.for_fd(*_args) ⇒ Object
65 66 67 |
# File 'lib/files.com/models/file.rb', line 65 def self.for_fd(*_args) raise NotImplementedError end |
.foreach(name, *args, &block) ⇒ Object
69 70 71 |
# File 'lib/files.com/models/file.rb', line 69 def self.foreach(name, *args, &block) new(name).each(*args, &block) end |
.get(path, params = {}, options = {}) ⇒ Object
73 74 75 |
# File 'lib/files.com/models/file.rb', line 73 def self.get(path, params = {}, = {}) find(path, params, ) end |
.identical?(path1, path2) ⇒ Boolean
77 78 79 |
# File 'lib/files.com/models/file.rb', line 77 def self.identical?(path1, path2) new(path1).crc32 == new(path2).crc32 end |
.lstat(path) ⇒ Object
81 82 83 |
# File 'lib/files.com/models/file.rb', line 81 def self.lstat(path) new(path).stat end |
.move(old_path, new_path) ⇒ Object
85 86 87 |
# File 'lib/files.com/models/file.rb', line 85 def self.move(old_path, new_path) FileAction.move(old_path, destination: new_path) end |
.mtime(path) ⇒ Object
89 90 91 |
# File 'lib/files.com/models/file.rb', line 89 def self.mtime(path) new(path).mtime end |
.open(path, mode = "r", options = {}, &block) ⇒ Object
93 94 95 96 97 98 99 100 |
# File 'lib/files.com/models/file.rb', line 93 def self.open(path, mode = "r", = {}, &block) file = new(path, mode, ) if block yield file file.close end file end |
.owned?(_path) ⇒ Boolean
102 103 104 |
# File 'lib/files.com/models/file.rb', line 102 def self.owned?(_path) raise NotImplementedError end |
.pipe(*_args) ⇒ Object
106 107 108 |
# File 'lib/files.com/models/file.rb', line 106 def self.pipe(*_args) raise NotImplementedError end |
.popen(*_args) ⇒ Object
110 111 112 |
# File 'lib/files.com/models/file.rb', line 110 def self.popen(*_args) raise NotImplementedError end |
.read(name, *args) ⇒ Object
114 115 116 |
# File 'lib/files.com/models/file.rb', line 114 def self.read(name, *args) new(name).read(*args) end |
.readable?(path) ⇒ Boolean
118 119 120 |
# File 'lib/files.com/models/file.rb', line 118 def self.readable?(path) new(path).stat..include?("read") end |
.readlines(name, *args) ⇒ Object
122 123 124 |
# File 'lib/files.com/models/file.rb', line 122 def self.readlines(name, *args) new(name).readlines(*args) end |
.rename(old_path, new_path) ⇒ Object
126 127 128 |
# File 'lib/files.com/models/file.rb', line 126 def self.rename(old_path, new_path) FileAction.move(old_path, destination: new_path) end |
.select(*_args) ⇒ Object
130 131 132 |
# File 'lib/files.com/models/file.rb', line 130 def self.select(*_args) raise NotImplementedError end |
.stat(path) ⇒ Object
134 135 136 |
# File 'lib/files.com/models/file.rb', line 134 def self.stat(path) new(path).stat end |
.sysopen(*_args) ⇒ Object
138 139 140 |
# File 'lib/files.com/models/file.rb', line 138 def self.sysopen(*_args) raise NotImplementedError end |
.try_convert(*_args) ⇒ Object
142 143 144 |
# File 'lib/files.com/models/file.rb', line 142 def self.try_convert(*_args) raise NotImplementedError end |
.unlink(*paths) ⇒ Object
146 147 148 |
# File 'lib/files.com/models/file.rb', line 146 def self.unlink(*paths) paths.map { |p| delete(p) } end |
.update(path, params = {}, options = {}) ⇒ Object
Parameters:
provided_mtime - string - Modified time of file.
priority_color - string - Priority/Bookmark color of file.
927 928 929 930 931 932 933 934 935 936 937 |
# File 'lib/files.com/models/file.rb', line 927 def self.update(path, params = {}, = {}) params ||= {} params[:path] = path raise InvalidParameterError.new("Bad parameter: path must be an String") if params.dig(:path) and !params.dig(:path).is_a?(String) raise InvalidParameterError.new("Bad parameter: provided_mtime must be an String") if params.dig(:provided_mtime) and !params.dig(:provided_mtime).is_a?(String) raise InvalidParameterError.new("Bad parameter: priority_color must be an String") if params.dig(:priority_color) and !params.dig(:priority_color).is_a?(String) raise MissingParameterError.new("Parameter missing: path") unless params.dig(:path) response, = Api.send_request("/files/#{params[:path]}", :patch, params, ) File.new(response.data, ) end |
.upload_chunks(io, path, options, upload = nil, etags = []) ⇒ Object
150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
# File 'lib/files.com/models/file.rb', line 150 def self.upload_chunks(io, path, , upload = nil, = []) ||= [] bytes_written = 0 loop do begin_upload = FileAction.begin_upload(path, { ref: upload&.ref, part: (upload&.part_number || 0) + 1 }, ) upload = begin_upload.is_a?(Enumerable) ? begin_upload.first : begin_upload buf = io.read(upload.partsize) || "" bytes_written += buf.length method = upload.http_method.downcase.to_sym response = client().remote_request(method, upload.upload_uri, { "Content-Length": buf.length.to_s }, buf) << { etag: response.headers["ETag"], part: upload.part_number } return upload, , bytes_written if io.eof? end end |
.upload_file(path, destination = nil, options = {}) ⇒ Object
165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 |
# File 'lib/files.com/models/file.rb', line 165 def self.upload_file(path, destination = nil, = {}) local_file = ::File.open(path, 'r') destination ||= File.basename(path) upload, = upload_chunks(local_file, destination, ) params = { action: "end", etags: , provided_mtime: local_file.mtime.to_s, ref: upload.ref, size: local_file.size } create(destination, params, ) ensure local_file.close end |
.write(*_args) ⇒ Object
183 184 185 |
# File 'lib/files.com/models/file.rb', line 183 def self.write(*_args) raise NotImplementedError end |
.zero?(path) ⇒ Boolean
187 188 189 |
# File 'lib/files.com/models/file.rb', line 187 def self.zero?(path) new(path).empty? end |
Instance Method Details
#action ⇒ Object
string - The action to perform. Can be ‘append`, `attachment`, `end`, `upload`, `put`, or may not exist
736 737 738 |
# File 'lib/files.com/models/file.rb', line 736 def action @attributes[:action] end |
#action=(value) ⇒ Object
740 741 742 |
# File 'lib/files.com/models/file.rb', line 740 def action=(value) @attributes[:action] = value end |
#advise(*_args) ⇒ Object
201 |
# File 'lib/files.com/models/file.rb', line 201 def advise(*_args); end |
#atime ⇒ Object
203 204 205 |
# File 'lib/files.com/models/file.rb', line 203 def atime mtime end |
#autoclose=(*_args) ⇒ Object
207 |
# File 'lib/files.com/models/file.rb', line 207 def autoclose=(*_args); end |
#autoclose?(*_args) ⇒ Boolean
209 |
# File 'lib/files.com/models/file.rb', line 209 def autoclose?(*_args); end |
#binmode ⇒ Object
211 212 213 |
# File 'lib/files.com/models/file.rb', line 211 def binmode binmode? end |
#binmode? ⇒ Boolean
215 216 217 |
# File 'lib/files.com/models/file.rb', line 215 def binmode? true end |
#birthtime ⇒ Object
219 220 221 |
# File 'lib/files.com/models/file.rb', line 219 def birthtime raise NotImplementedError end |
#bytes ⇒ Object
223 224 225 |
# File 'lib/files.com/models/file.rb', line 223 def bytes read_io.bytes end |
#chars ⇒ Object
227 228 229 |
# File 'lib/files.com/models/file.rb', line 227 def chars read_io.chars end |
#chmod(*_args) ⇒ Object
231 232 233 |
# File 'lib/files.com/models/file.rb', line 231 def chmod(*_args) raise NotImplementedError end |
#chown(*_args) ⇒ Object
235 236 237 |
# File 'lib/files.com/models/file.rb', line 235 def chown(*_args) raise NotImplementedError end |
#client ⇒ Object
239 240 241 |
# File 'lib/files.com/models/file.rb', line 239 def client [:client] || ApiClient.active_client end |
#close ⇒ Object
243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 |
# File 'lib/files.com/models/file.rb', line 243 def close flush if @upload = { "action": "end", "etags": @etags, "provided_mtime": Time.now.to_s, "ref": @upload.ref, "size": @bytes_written } file = File.create(path, , @options) @attributes = file.attributes @upload = nil end @write_io.close end |
#close_on_exec=(*args) ⇒ Object
266 267 268 |
# File 'lib/files.com/models/file.rb', line 266 def close_on_exec=(*args) @write_io.close_on_exec = *args end |
#close_on_exec?(*args) ⇒ Boolean
262 263 264 |
# File 'lib/files.com/models/file.rb', line 262 def close_on_exec?(*args) @write_io.close_on_exec? *args end |
#close_read(*args) ⇒ Object
270 271 272 |
# File 'lib/files.com/models/file.rb', line 270 def close_read(*args) @write_io.close_read *args end |
#close_write(*args) ⇒ Object
274 275 276 |
# File 'lib/files.com/models/file.rb', line 274 def close_write(*args) @write_io.close_write *args end |
#closed?(*args) ⇒ Boolean
278 279 280 |
# File 'lib/files.com/models/file.rb', line 278 def closed?(*args) @write_io.closed? *args end |
#codepoints(*args, &block) ⇒ Object
282 283 284 |
# File 'lib/files.com/models/file.rb', line 282 def codepoints(*args, &block) @write_io.codepoints *args, &block end |
#copy(destination) ⇒ Object
286 287 288 |
# File 'lib/files.com/models/file.rb', line 286 def copy(destination) File.copy(path, destination) end |
#crc32 ⇒ Object
string - File CRC32 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
646 647 648 |
# File 'lib/files.com/models/file.rb', line 646 def crc32 @attributes[:crc32] end |
#crc32=(value) ⇒ Object
650 651 652 |
# File 'lib/files.com/models/file.rb', line 650 def crc32=(value) @attributes[:crc32] = value end |
#ctime(*_args) ⇒ Object
290 291 292 |
# File 'lib/files.com/models/file.rb', line 290 def ctime(*_args) mtime end |
#delete(params = {}) ⇒ Object
Parameters:
recursive - boolean - If true, will recursively delete folers. Otherwise, will error on non-empty folders.
852 853 854 855 856 857 858 859 860 |
# File 'lib/files.com/models/file.rb', line 852 def delete(params = {}) params ||= {} params[:path] = @attributes[:path] raise MissingParameterError.new("Current object doesn't have a path") unless @attributes[:path] raise InvalidParameterError.new("Bad parameter: path must be an String") if params.dig(:path) and !params.dig(:path).is_a?(String) raise MissingParameterError.new("Parameter missing: path") unless params.dig(:path) Api.send_request("/files/#{@attributes[:path]}", :delete, params, @options) end |
#destroy(params = {}) ⇒ Object
862 863 864 |
# File 'lib/files.com/models/file.rb', line 862 def destroy(params = {}) delete(params) end |
#display_name ⇒ Object
string - File/Folder display name
601 602 603 |
# File 'lib/files.com/models/file.rb', line 601 def display_name @attributes[:display_name] end |
#display_name=(value) ⇒ Object
605 606 607 |
# File 'lib/files.com/models/file.rb', line 605 def display_name=(value) @attributes[:display_name] = value end |
#download(params = {}) ⇒ Object
Download file
Parameters:
action - string - Can be blank, `redirect` or `stat`. If set to `stat`, we will return file information but without a download URL, and without logging a download. If set to `redirect` we will serve a 302 redirect directly to the file. This is used for integrations with Zapier, and is not recommended for most integrations.
preview_size - string - Request a preview size. Can be `small` (default), `large`, `xlarge`, or `pdf`.
with_previews - boolean - Include file preview information?
with_priority_color - boolean - Include file priority color information?
823 824 825 826 827 828 829 830 831 832 833 |
# File 'lib/files.com/models/file.rb', line 823 def download(params = {}) params ||= {} params[:path] = @attributes[:path] raise MissingParameterError.new("Current object doesn't have a path") unless @attributes[:path] raise InvalidParameterError.new("Bad parameter: path must be an String") if params.dig(:path) and !params.dig(:path).is_a?(String) raise InvalidParameterError.new("Bad parameter: action must be an String") if params.dig(:action) and !params.dig(:action).is_a?(String) raise InvalidParameterError.new("Bad parameter: preview_size must be an String") if params.dig(:preview_size) and !params.dig(:preview_size).is_a?(String) raise MissingParameterError.new("Parameter missing: path") unless params.dig(:path) Api.send_request("/files/#{@attributes[:path]}", :get, params, @options) end |
#download_content(io, range: []) ⇒ Object
308 309 310 |
# File 'lib/files.com/models/file.rb', line 308 def download_content(io, range: []) Files::ApiClient.download_client.stream_download(download_uri_with_load, io, range) end |
#download_file(output_file) ⇒ Object
302 303 304 305 306 |
# File 'lib/files.com/models/file.rb', line 302 def download_file(output_file) ::File.open(output_file, 'wb') do |file| download_content(file) end end |
#download_uri ⇒ Object
string - Link to download file. Provided only in response to a download request.
700 701 702 |
# File 'lib/files.com/models/file.rb', line 700 def download_uri @attributes[:download_uri] end |
#download_uri=(value) ⇒ Object
704 705 706 |
# File 'lib/files.com/models/file.rb', line 704 def download_uri=(value) @attributes[:download_uri] = value end |
#download_uri_with_load ⇒ Object
294 295 296 297 298 299 300 |
# File 'lib/files.com/models/file.rb', line 294 def download_uri_with_load return download_uri if download_uri file = File.download(path, {}, @options) @attributes = file.attributes download_uri end |
#each(*args, &block) ⇒ Object
312 313 314 |
# File 'lib/files.com/models/file.rb', line 312 def each(*args, &block) read_io.each *args, &block end |
#each_byte(*args, &block) ⇒ Object
316 317 318 |
# File 'lib/files.com/models/file.rb', line 316 def each_byte(*args, &block) read_io.each_byte *args, &block end |
#each_char(*args, &block) ⇒ Object
320 321 322 |
# File 'lib/files.com/models/file.rb', line 320 def each_char(*args, &block) read_io.each_char *args, &block end |
#each_codepoint(*args, &block) ⇒ Object
324 325 326 |
# File 'lib/files.com/models/file.rb', line 324 def each_codepoint(*args, &block) read_io.each_codepoint *args, &block end |
#each_line(*args, &block) ⇒ Object
328 329 330 |
# File 'lib/files.com/models/file.rb', line 328 def each_line(*args, &block) each(*args, &block) end |
#empty? ⇒ Boolean
332 333 334 |
# File 'lib/files.com/models/file.rb', line 332 def empty? size == 0 end |
#eof ⇒ Object
336 337 338 |
# File 'lib/files.com/models/file.rb', line 336 def eof eof? end |
#eof? ⇒ Boolean
340 341 342 |
# File 'lib/files.com/models/file.rb', line 340 def eof? @write_io.eof? end |
#external_encoding(*args) ⇒ Object
344 345 346 |
# File 'lib/files.com/models/file.rb', line 344 def external_encoding(*args) internal_encoding *args end |
#fcntl(*_args) ⇒ Object
348 349 350 |
# File 'lib/files.com/models/file.rb', line 348 def fcntl(*_args) raise NotImplementedError end |
#fdatasync(*_args) ⇒ Object
352 353 354 |
# File 'lib/files.com/models/file.rb', line 352 def fdatasync(*_args) flush end |
#fileno(*_args) ⇒ Object
356 357 358 |
# File 'lib/files.com/models/file.rb', line 356 def fileno(*_args) id end |
#flock(*_args) ⇒ Object
360 361 362 |
# File 'lib/files.com/models/file.rb', line 360 def flock(*_args) raise NotImplementedError end |
#flush(*_args) ⇒ Object
364 365 366 367 368 369 370 371 372 373 |
# File 'lib/files.com/models/file.rb', line 364 def flush(*_args) if mode.include? "w" @write_io.rewind if @write_io.is_a?(StringIO) @upload, @etags, bytes_written = File.upload_chunks(@write_io, path, , @upload, @etags) @bytes_written += bytes_written elsif mode.include? "a" raise NotImplementedError end end |
#fsync(*args) ⇒ Object
375 376 377 |
# File 'lib/files.com/models/file.rb', line 375 def fsync(*args) flush *args end |
#getbyte(*args) ⇒ Object
379 380 381 |
# File 'lib/files.com/models/file.rb', line 379 def getbyte(*args) read_io.getbyte *args end |
#getc(*args) ⇒ Object
383 384 385 |
# File 'lib/files.com/models/file.rb', line 383 def getc(*args) read_io.getc *args end |
#gets(*args) ⇒ Object
387 388 389 |
# File 'lib/files.com/models/file.rb', line 387 def gets(*args) read_io.gets *args end |
#internal_encoding(*_args) ⇒ Object
403 404 405 |
# File 'lib/files.com/models/file.rb', line 403 def internal_encoding(*_args) "".encoding end |
#ioctl(*_args) ⇒ Object
407 408 409 |
# File 'lib/files.com/models/file.rb', line 407 def ioctl(*_args) raise NotImplementedError end |
#isatty(*_args) ⇒ Object
411 412 413 |
# File 'lib/files.com/models/file.rb', line 411 def isatty(*_args) false end |
#length ⇒ Object
int64 - Length of file.
745 746 747 |
# File 'lib/files.com/models/file.rb', line 745 def length @attributes[:length] end |
#length=(value) ⇒ Object
749 750 751 |
# File 'lib/files.com/models/file.rb', line 749 def length=(value) @attributes[:length] = value end |
#lines(*args, &block) ⇒ Object
421 422 423 |
# File 'lib/files.com/models/file.rb', line 421 def lines(*args, &block) each_line *args, &block end |
#lstat(*_args) ⇒ Object
425 426 427 |
# File 'lib/files.com/models/file.rb', line 425 def lstat(*_args) stats end |
#md5 ⇒ Object
string - File MD5 checksum. This is sometimes delayed, so if you get a blank response, wait and try again.
655 656 657 |
# File 'lib/files.com/models/file.rb', line 655 def md5 @attributes[:md5] end |
#md5=(value) ⇒ Object
659 660 661 |
# File 'lib/files.com/models/file.rb', line 659 def md5=(value) @attributes[:md5] = value end |
#mime_type ⇒ Object
string - MIME Type. This is determined by the filename extension and is not stored separately internally.
664 665 666 |
# File 'lib/files.com/models/file.rb', line 664 def mime_type @attributes[:mime_type] end |
#mime_type=(value) ⇒ Object
668 669 670 |
# File 'lib/files.com/models/file.rb', line 668 def mime_type=(value) @attributes[:mime_type] = value end |
#mkdir_parents ⇒ Object
boolean - Create parent directories if they do not exist?
754 755 756 |
# File 'lib/files.com/models/file.rb', line 754 def mkdir_parents @attributes[:mkdir_parents] end |
#mkdir_parents=(value) ⇒ Object
758 759 760 |
# File 'lib/files.com/models/file.rb', line 758 def mkdir_parents=(value) @attributes[:mkdir_parents] = value end |
#move(destination) ⇒ Object
429 430 431 |
# File 'lib/files.com/models/file.rb', line 429 def move(destination) File.move(path, destination) end |
#mtime ⇒ Object
date-time - File last modified date/time, according to the server. This is the timestamp of the last Files.com operation of the file, regardless of what modified timestamp was sent.
628 629 630 |
# File 'lib/files.com/models/file.rb', line 628 def mtime @attributes[:mtime] end |
#mtime=(value) ⇒ Object
632 633 634 |
# File 'lib/files.com/models/file.rb', line 632 def mtime=(value) @attributes[:mtime] = value end |
#mv(destination) ⇒ Object
433 434 435 |
# File 'lib/files.com/models/file.rb', line 433 def mv(destination) File.move(path, destination) end |
#part ⇒ Object
int64 - Part if uploading a part.
763 764 765 |
# File 'lib/files.com/models/file.rb', line 763 def part @attributes[:part] end |
#part=(value) ⇒ Object
767 768 769 |
# File 'lib/files.com/models/file.rb', line 767 def part=(value) @attributes[:part] = value end |
#parts ⇒ Object
int64 - How many parts to fetch?
772 773 774 |
# File 'lib/files.com/models/file.rb', line 772 def parts @attributes[:parts] end |
#parts=(value) ⇒ Object
776 777 778 |
# File 'lib/files.com/models/file.rb', line 776 def parts=(value) @attributes[:parts] = value end |
#path ⇒ Object
string - File/Folder path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
592 593 594 |
# File 'lib/files.com/models/file.rb', line 592 def path @attributes[:path] end |
#path=(value) ⇒ Object
596 597 598 |
# File 'lib/files.com/models/file.rb', line 596 def path=(value) @attributes[:path] = value end |
#permissions ⇒ Object
string - A short string representing the current user’s permissions. Can be ‘r`,`w`,`p`, or any combination
682 683 684 |
# File 'lib/files.com/models/file.rb', line 682 def @attributes[:permissions] end |
#permissions=(value) ⇒ Object
686 687 688 |
# File 'lib/files.com/models/file.rb', line 686 def (value) @attributes[:permissions] = value end |
#pid(*_args) ⇒ Object
437 438 439 |
# File 'lib/files.com/models/file.rb', line 437 def pid(*_args) Process.pid end |
#pread(*args) ⇒ Object
447 448 449 |
# File 'lib/files.com/models/file.rb', line 447 def pread(*args) read_io.pread *args end |
#preview ⇒ Object
File preview
727 728 729 |
# File 'lib/files.com/models/file.rb', line 727 def preview @attributes[:preview] end |
#preview=(value) ⇒ Object
731 732 733 |
# File 'lib/files.com/models/file.rb', line 731 def preview=(value) @attributes[:preview] = value end |
#preview_id ⇒ Object
int64 - File preview ID
718 719 720 |
# File 'lib/files.com/models/file.rb', line 718 def preview_id @attributes[:preview_id] end |
#preview_id=(value) ⇒ Object
722 723 724 |
# File 'lib/files.com/models/file.rb', line 722 def preview_id=(value) @attributes[:preview_id] = value end |
#print(*args) ⇒ Object
451 452 453 |
# File 'lib/files.com/models/file.rb', line 451 def print(*args) @write_io.print *args end |
#printf(*args) ⇒ Object
455 456 457 |
# File 'lib/files.com/models/file.rb', line 455 def printf(*args) @write_io.printf *args end |
#priority_color ⇒ Object
string - Bookmark/priority color of file/folder
709 710 711 |
# File 'lib/files.com/models/file.rb', line 709 def priority_color @attributes[:priority_color] end |
#priority_color=(value) ⇒ Object
713 714 715 |
# File 'lib/files.com/models/file.rb', line 713 def priority_color=(value) @attributes[:priority_color] = value end |
#provided_mtime ⇒ Object
date-time - File last modified date/time, according to the client who set it. Files.com allows desktop, FTP, SFTP, and WebDAV clients to set modified at times. This allows Desktop<->Cloud syncing to preserve modified at times.
637 638 639 |
# File 'lib/files.com/models/file.rb', line 637 def provided_mtime @attributes[:provided_mtime] end |
#provided_mtime=(value) ⇒ Object
641 642 643 |
# File 'lib/files.com/models/file.rb', line 641 def provided_mtime=(value) @attributes[:provided_mtime] = value end |
#putc(*args) ⇒ Object
459 460 461 |
# File 'lib/files.com/models/file.rb', line 459 def putc(*args) @write_io.putc *args end |
#puts(*args) ⇒ Object
463 464 465 |
# File 'lib/files.com/models/file.rb', line 463 def puts(*args) @write_io.puts *args end |
#pwrite(*args) ⇒ Object
467 468 469 |
# File 'lib/files.com/models/file.rb', line 467 def pwrite(*args) @write_io.pwrite *args end |
#read(*args) ⇒ Object
471 472 473 |
# File 'lib/files.com/models/file.rb', line 471 def read(*args) read_io.read *args end |
#read_io(**options) ⇒ Object
391 392 393 394 395 396 397 398 399 400 401 |
# File 'lib/files.com/models/file.rb', line 391 def read_io(**) @read_io ||= begin r, w = SizableIO.pipe Thread.new do download_content(w, **) ensure w.close end r end end |
#read_nonblock(*args) ⇒ Object
475 476 477 |
# File 'lib/files.com/models/file.rb', line 475 def read_nonblock(*args) read_io.read_nonblock *args end |
#readbyte(*args) ⇒ Object
479 480 481 |
# File 'lib/files.com/models/file.rb', line 479 def readbyte(*args) read_io.readbyte *args end |
#readchar(*args) ⇒ Object
483 484 485 |
# File 'lib/files.com/models/file.rb', line 483 def readchar(*args) read_io.readchar *args end |
#readline(*args) ⇒ Object
487 488 489 |
# File 'lib/files.com/models/file.rb', line 487 def readline(*args) read_io.readline *args end |
#readlines(*args) ⇒ Object
491 492 493 |
# File 'lib/files.com/models/file.rb', line 491 def readlines(*args) io.readlines(*args) end |
#readpartial(*args) ⇒ Object
495 496 497 |
# File 'lib/files.com/models/file.rb', line 495 def readpartial(*args) read_io.readpartial *args end |
#ref ⇒ Object
string -
781 782 783 |
# File 'lib/files.com/models/file.rb', line 781 def ref @attributes[:ref] end |
#ref=(value) ⇒ Object
785 786 787 |
# File 'lib/files.com/models/file.rb', line 785 def ref=(value) @attributes[:ref] = value end |
#region ⇒ Object
string - Region location
673 674 675 |
# File 'lib/files.com/models/file.rb', line 673 def region @attributes[:region] end |
#region=(value) ⇒ Object
677 678 679 |
# File 'lib/files.com/models/file.rb', line 677 def region=(value) @attributes[:region] = value end |
#rename(destination) ⇒ Object
499 500 501 |
# File 'lib/files.com/models/file.rb', line 499 def rename(destination) File.rename(path, destination) end |
#reopen(*_args) ⇒ Object
503 504 505 |
# File 'lib/files.com/models/file.rb', line 503 def reopen(*_args) raise NotImplementedError end |
#restart ⇒ Object
int64 - File byte offset to restart from.
790 791 792 |
# File 'lib/files.com/models/file.rb', line 790 def restart @attributes[:restart] end |
#restart=(value) ⇒ Object
794 795 796 |
# File 'lib/files.com/models/file.rb', line 794 def restart=(value) @attributes[:restart] = value end |
#rewind ⇒ Object
507 508 509 |
# File 'lib/files.com/models/file.rb', line 507 def rewind @pos = 0 end |
#save ⇒ Object
866 867 868 869 |
# File 'lib/files.com/models/file.rb', line 866 def save new_obj = File.create(path, @attributes, @options) @attributes = new_obj.attributes end |
#seek(pos) ⇒ Object
511 512 513 |
# File 'lib/files.com/models/file.rb', line 511 def seek(pos) @pos = pos end |
#set_encoding(*_args) ⇒ Object
rubocop:disable Naming/AccessorMethodName
515 516 517 |
# File 'lib/files.com/models/file.rb', line 515 def set_encoding(*_args) # rubocop:disable Naming/AccessorMethodName raise NotImplementedError end |
#size ⇒ Object
int64 - File/Folder size
619 620 621 |
# File 'lib/files.com/models/file.rb', line 619 def size @attributes[:size] end |
#size=(value) ⇒ Object
623 624 625 |
# File 'lib/files.com/models/file.rb', line 623 def size=(value) @attributes[:size] = value end |
#stat(*_args) ⇒ Object
519 520 521 |
# File 'lib/files.com/models/file.rb', line 519 def stat(*_args) stats end |
#structure ⇒ Object
string - If copying folder, copy just the structure?
799 800 801 |
# File 'lib/files.com/models/file.rb', line 799 def structure @attributes[:structure] end |
#structure=(value) ⇒ Object
803 804 805 |
# File 'lib/files.com/models/file.rb', line 803 def structure=(value) @attributes[:structure] = value end |
#subfolders_locked=(value) ⇒ Object
695 696 697 |
# File 'lib/files.com/models/file.rb', line 695 def subfolders_locked=(value) @attributes[:subfolders_locked?] = value end |
#subfolders_locked? ⇒ Boolean
boolean - Are subfolders locked and unable to be modified?
691 692 693 |
# File 'lib/files.com/models/file.rb', line 691 def subfolders_locked? @attributes[:subfolders_locked?] end |
#sysread(*args) ⇒ Object
529 530 531 |
# File 'lib/files.com/models/file.rb', line 529 def sysread(*args) read *args end |
#sysseek(*args) ⇒ Object
533 534 535 |
# File 'lib/files.com/models/file.rb', line 533 def sysseek(*args) seek *args end |
#syswrite(*_args) ⇒ Object
537 538 539 |
# File 'lib/files.com/models/file.rb', line 537 def syswrite(*_args) raise NotImplementedError end |
#tell ⇒ Object
541 542 543 |
# File 'lib/files.com/models/file.rb', line 541 def tell pos end |
#to_i(*_args) ⇒ Object
545 546 547 |
# File 'lib/files.com/models/file.rb', line 545 def to_i(*_args) fileno end |
#to_io(*_args) ⇒ Object
549 550 551 |
# File 'lib/files.com/models/file.rb', line 549 def to_io(*_args) @write_io end |
#to_path(*_args) ⇒ Object
553 554 555 |
# File 'lib/files.com/models/file.rb', line 553 def to_path(*_args) path end |
#truncate(*_args) ⇒ Object
557 558 559 |
# File 'lib/files.com/models/file.rb', line 557 def truncate(*_args) raise NotImplementedError end |
#tty?(*_args) ⇒ Boolean
561 562 563 |
# File 'lib/files.com/models/file.rb', line 561 def tty?(*_args) false end |
#type ⇒ Object
string - Type: ‘directory` or `file`.
610 611 612 |
# File 'lib/files.com/models/file.rb', line 610 def type @attributes[:type] end |
#type=(value) ⇒ Object
614 615 616 |
# File 'lib/files.com/models/file.rb', line 614 def type=(value) @attributes[:type] = value end |
#ungetbyte(*_args) ⇒ Object
565 566 567 |
# File 'lib/files.com/models/file.rb', line 565 def ungetbyte(*_args) raise NotImplementedError end |
#ungetc(*_args) ⇒ Object
569 570 571 |
# File 'lib/files.com/models/file.rb', line 569 def ungetc(*_args) raise NotImplementedError end |
#update(params = {}) ⇒ Object
Parameters:
provided_mtime - string - Modified time of file.
priority_color - string - Priority/Bookmark color of file.
838 839 840 841 842 843 844 845 846 847 848 |
# File 'lib/files.com/models/file.rb', line 838 def update(params = {}) params ||= {} params[:path] = @attributes[:path] raise MissingParameterError.new("Current object doesn't have a path") unless @attributes[:path] raise InvalidParameterError.new("Bad parameter: path must be an String") if params.dig(:path) and !params.dig(:path).is_a?(String) raise InvalidParameterError.new("Bad parameter: provided_mtime must be an String") if params.dig(:provided_mtime) and !params.dig(:provided_mtime).is_a?(String) raise InvalidParameterError.new("Bad parameter: priority_color must be an String") if params.dig(:priority_color) and !params.dig(:priority_color).is_a?(String) raise MissingParameterError.new("Parameter missing: path") unless params.dig(:path) Api.send_request("/files/#{@attributes[:path]}", :patch, params, @options) end |
#upload_file(local_file) ⇒ Object
573 574 575 |
# File 'lib/files.com/models/file.rb', line 573 def upload_file(local_file) File.upload_file(local_file.path) end |
#with_rename ⇒ Object
boolean - Allow file rename instead of overwrite?
808 809 810 |
# File 'lib/files.com/models/file.rb', line 808 def with_rename @attributes[:with_rename] end |
#with_rename=(value) ⇒ Object
812 813 814 |
# File 'lib/files.com/models/file.rb', line 812 def with_rename=(value) @attributes[:with_rename] = value end |
#write(*args) ⇒ Object
577 578 579 580 581 582 583 584 585 |
# File 'lib/files.com/models/file.rb', line 577 def write(*args) @mode ||= 'w' if args[0].respond_to?(:read) flush if @write_io.size > 0 # rubocop:disable Style/ZeroLengthPredicate @write_io = args[0] else @write_io.write *args end end |
#write_nonblock(*args) ⇒ Object
587 588 589 |
# File 'lib/files.com/models/file.rb', line 587 def write_nonblock(*args) @write_io.write_nonblock *args end |