Method: Refile::File#backend
- Defined in:
- lib/refile/file.rb
#backend ⇒ Backend (readonly)
Returns the backend the file is stored in.
4 5 6 |
# File 'lib/refile/file.rb', line 4 def backend @backend end |
Returns the backend the file is stored in.
4 5 6 |
# File 'lib/refile/file.rb', line 4 def backend @backend end |