Method: Gitlab::FileResponse#inspect
- Defined in:
- lib/gitlab/file_response.rb
permalink #inspect ⇒ String
Returns Formatted string with the class name, object id and filename.
26 27 28 |
# File 'lib/gitlab/file_response.rb', line 26 def inspect "#<#{self.class}:#{object_id} {filename: #{filename.inspect}}>" end |