Module: MnClient::API::Note
- Included in:
- Client
- Defined in:
- lib/mn_client/api/note.rb
Instance Method Summary collapse
Instance Method Details
#all_notes(options = {}) ⇒ Object
5 6 7 |
# File 'lib/mn_client/api/note.rb', line 5 def all_notes(={}) get "/notes/all", end |
#find_notes(options = {}) ⇒ Object
9 10 11 |
# File 'lib/mn_client/api/note.rb', line 9 def find_notes(={}) get "/notes/all", end |