class Nosec::Github::GithubSearch

Public Class Methods

new(options={}) click to toggle source
# File lib/nosec/github.rb, line 5
def initialize(options={})

end

Public Instance Methods

fetch_project_info(project) click to toggle source
# File lib/nosec/github.rb, line 17
def fetch_project_info(project)

end
fetch_user_info(username) click to toggle source
# File lib/nosec/github.rb, line 13
def fetch_user_info(username)

end
search_code(q, page=1) click to toggle source
# File lib/nosec/github.rb, line 9
def search_code(q, page=1)
  puts "test"
end