Class: QB::GitHub::Issue
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from Resource
#initialize
#initialize
Class Method Details
.find_by(repo_id:, number:) ⇒ return_type
52
53
54
|
# File 'lib/qb/github/issue.rb', line 52
def self.find_by repo_id:, number:
new QB::GitHub::API.client.issue( repo_id.path, number )
end
|
.list(arg_name) ⇒ return_type
66
67
68
|
# File 'lib/qb/github/issue.rb', line 66
def self.list arg_name
end
|
Instance Method Details
#[](key) ⇒ Object
84
85
86
|
# File 'lib/qb/github/issue.rb', line 84
def [] key
@octokit_resource[key]
end
|
#title_filename ⇒ Object
88
89
90
|
# File 'lib/qb/github/issue.rb', line 88
def title_filename
end
|