Method: Contribute::Finder#initialize

Defined in:
lib/contribute/finder.rb

#initialize(query = '', options = {}) ⇒ Finder



8
9
10
11
12
# File 'lib/contribute/finder.rb', line 8

def initialize(query = '', options = {})
  @finder_client = Contribute::Client.new.octokit
  @query = query
  @options = options
end