Method: Match::Storage::GitLab::SecureFile#initialize

Defined in:
match/lib/match/storage/gitlab/secure_file.rb

#initialize(file:, client:) ⇒ SecureFile

Returns a new instance of SecureFile.



11
12
13
14
# File 'match/lib/match/storage/gitlab/secure_file.rb', line 11

def initialize(file:, client:)
  @file   = OpenStruct.new(file)
  @client = client
end