Class: Tinybucket::Resource::PullRequest::Comments
- Defined in:
- lib/tinybucket/resource/pull_request/comments.rb
Instance Method Summary collapse
-
#find(comment_id, options) ⇒ Tinybucket::Model::Comment
Get the specific comment on the pull request.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Tinybucket::Resource::PullRequest::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Tinybucket::Resource::Base
Instance Method Details
#find(comment_id, options) ⇒ Tinybucket::Model::Comment
Get the specific comment on the pull request.
12 13 14 |
# File 'lib/tinybucket/resource/pull_request/comments.rb', line 12 def find(comment_id, ) comment_api.find(comment_id, ) end |