Method: Gitlab::FileResponse#initialize
- Defined in:
- lib/gitlab/file_response.rb
permalink #initialize(file) ⇒ FileResponse
Returns a new instance of FileResponse.
10 11 12 |
# File 'lib/gitlab/file_response.rb', line 10 def initialize(file) @file = file end |