Class: GithubAPI
- Inherits:
-
Object
- Object
- GithubAPI
- Defined in:
- lib/pghub/github_api.rb,
lib/pghub/github_api/issue.rb,
lib/pghub/github_api/comment.rb,
lib/pghub/github_api/connection.rb
Defined Under Namespace
Modules: Comment, Connection, Issue
Instance Method Summary collapse
-
#initialize(issue_path) ⇒ GithubAPI
constructor
A new instance of GithubAPI.
Methods included from Comment
Methods included from Connection
Methods included from Issue
Constructor Details
#initialize(issue_path) ⇒ GithubAPI
Returns a new instance of GithubAPI.
10 11 12 |
# File 'lib/pghub/github_api.rb', line 10 def initialize(issue_path) @issue_path = issue_path end |