Method: BaseCRM::Client#notes
- Defined in:
- lib/basecrm.rb
#notes ⇒ NotesService
Access all Notes related actions.
225 226 227 |
# File 'lib/basecrm.rb', line 225 def notes @notes ||= NotesService.new(@http_client) end |
Access all Notes related actions.
225 226 227 |
# File 'lib/basecrm.rb', line 225 def notes @notes ||= NotesService.new(@http_client) end |