class DropboxApi::Endpoints::Files::GetThumbnailBatch
Constants
- ErrorType
- Method
- Path
- ResultType
Public Instance Methods
build_entries_params(paths, options)
click to toggle source
# File lib/dropbox_api/endpoints/files/get_thumbnail_batch.rb, line 32 def build_entries_params(paths, options) paths.map do |path| options.merge({ path: path }) end end