Class: SnapAPIClient::Resources::Project
- Defined in:
- lib/snap_api_client/resources/project.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from SnapAPIClient::Resources::Base
Instance Method Details
#update_review_url(id, url) ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/snap_api_client/resources/project.rb', line 6 def update_review_url(id, url) transport.patch("/projects/#{id}/review", { project: { review_url: url } }) end |