Class: Nosec::Github::GithubSearch

Inherits:
Object
  • Object
show all
Defined in:
lib/nosec/github.rb

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ GithubSearch

Returns a new instance of GithubSearch.



5
6
7
# File 'lib/nosec/github.rb', line 5

def initialize(options={})

end

Instance Method Details

#fetch_project_info(project) ⇒ Object



17
18
19
# File 'lib/nosec/github.rb', line 17

def fetch_project_info(project)

end

#fetch_user_info(username) ⇒ Object



13
14
15
# File 'lib/nosec/github.rb', line 13

def (username)

end

#search_code(q, page = 1) ⇒ Object



9
10
11
# File 'lib/nosec/github.rb', line 9

def search_code(q, page=1)
  puts "test"
end