Method: Gitlab::FileResponse#initialize

Defined in:
lib/gitlab/file_response.rb

#initialize(file) ⇒ FileResponse

Returns a new instance of FileResponse.

[View source]

10
11
12
# File 'lib/gitlab/file_response.rb', line 10

def initialize(file)
  @file = file
end