Method: Atech::ObjectStore::File#inspect
- Defined in:
- lib/atech/object_store/file.rb
#inspect ⇒ Object
Returns details about the file
90 91 92 |
# File 'lib/atech/object_store/file.rb', line 90 def inspect "#<Atech::ObjectStore::File[#{id}] name=#{name}>" end |