Method: CloudFlock::Remote::Files#file_list

Defined in:
lib/cloudflock/remote/files.rb

#file_listObject

Public: Generate a list of all files in the current directory.

Returns an array of Fog::Storage::File objects.



55
56
57
# File 'lib/cloudflock/remote/files.rb', line 55

def file_list
  @files.files.map(&:key)
end