Module: Readmill::Client::ClosingRemarks
- Included in:
- Readmill::Client
- Defined in:
- lib/readmill/client/closing_remarks.rb
Overview
Public: This module will bring all of the methods from the closing_remark section of the API.
Instance Method Summary collapse
-
#closing_remark(id, opts = {}) ⇒ Object
Public: Get a specific closing_remark from readmill.
Instance Method Details
#closing_remark(id, opts = {}) ⇒ Object
Public: Get a specific closing_remark from readmill.
id - The id of a closing_remark to get from readmill. opts - A Hash of options used to modify the results. All of the values
of this Hash will be forwarded to the API as parameters
(default: {}).
Returns a Hashie::Mash.
16 17 18 |
# File 'lib/readmill/client/closing_remarks.rb', line 16 def closing_remark(id, opts={}) get("closing_remarks/#{id}", opts) end |