Class: GitRefsFinder

Inherits:
Object
  • Object
show all
Includes:
Gitlab::Utils::StrongMemoize
Defined in:
app/finders/git_refs_finder.rb

Direct Known Subclasses

BranchesFinder, TagsFinder

Instance Method Summary collapse

Constructor Details

#initialize(repository, params = {}) ⇒ GitRefsFinder

Returns a new instance of GitRefsFinder.



6
7
8
9
# File 'app/finders/git_refs_finder.rb', line 6

def initialize(repository, params = {})
  @repository = repository
  @params = params
end