Method: Refile::File#backend

Defined in:
lib/refile/file.rb

#backendBackend (readonly)

Returns the backend the file is stored in.

Returns:

  • (Backend)

    the backend the file is stored in



4
5
6
# File 'lib/refile/file.rb', line 4

def backend
  @backend
end