Class: Clearbit::Watchlist
- Defined in:
- lib/clearbit/watchlist.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Candidate, Entity, Individual
Class Method Summary collapse
Methods inherited from Base
Methods inherited from Resource
delete, endpoint, get, options, path, post, put, request, uri, #uri, url
Methods inherited from Mash
#custom_reader, #custom_writer, #deep_merge, #deep_update, #delete, #dup, #fetch, #id, #initialize, #initializing_reader, #key?, #method_missing, new, #regular_dup, #replace, #respond_to?, #shallow_merge, #shallow_update, #type, #underbang_reader
Constructor Details
This class inherits a constructor from Clearbit::Mash
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Clearbit::Mash
Class Method Details
.search(params, options = {}) ⇒ Object
6 7 8 9 |
# File 'lib/clearbit/watchlist.rb', line 6 def self.search(params, = {}) response = post('', params, ) self.new(response) end |