module Closeio::Client::Filter
Public Instance Methods
Source
# File lib/closeio/resources/filter.rb, line 5 def filter(body={}) post(advanced_filter_path, body) end
Private Instance Methods
Source
# File lib/closeio/resources/filter.rb, line 11 def advanced_filter_path 'data/search/' end