Method: Gitlab::FileResponse#inspect

Defined in:
lib/gitlab/file_response.rb

#inspectString

Returns Formatted string with the class name, object id and filename.

Returns:

  • (String)

    Formatted string with the class name, object id and filename.

[View source]

26
27
28
# File 'lib/gitlab/file_response.rb', line 26

def inspect
  "#<#{self.class}:#{object_id} {filename: #{filename.inspect}}>"
end