class Gitlab::FileResponse

def inspect

Returns:
  • (String) - Formatted string with the class name, object id and filename.
def inspect
  "#<#{self.class}:#{object_id} {filename: #{filename.inspect}}>"
end