Class: Nosec::Github::GithubSearch
- Inherits:
-
Object
- Object
- Nosec::Github::GithubSearch
- Defined in:
- lib/nosec/github.rb
Instance Method Summary collapse
- #fetch_project_info(project) ⇒ Object
- #fetch_user_info(username) ⇒ Object
-
#initialize(options = {}) ⇒ GithubSearch
constructor
A new instance of GithubSearch.
- #search_code(q, page = 1) ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ GithubSearch
Returns a new instance of GithubSearch.
5 6 7 |
# File 'lib/nosec/github.rb', line 5 def initialize(={}) 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 fetch_user_info(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 |