Class: GithubAPI

Inherits:
Object
  • Object
show all
Includes:
Comment, Issue
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

Methods included from Comment

#post

Methods included from Connection

#connection

Methods included from Issue

#get_title

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