Class: ChartMogul::Customers

Constant Summary

Constants inherited from APIResource

APIResource::BACKOFF_FACTOR, APIResource::INTERVAL, APIResource::INTERVAL_RANDOMNESS, APIResource::MAX_INTERVAL, APIResource::RETRY_EXCEPTIONS, APIResource::RETRY_STATUSES, APIResource::THREAD_CONNECTION_KEY

Class Method Summary collapse

Methods included from ChartMogul::Concerns::PageableWithCursor

included, #next

Methods included from ChartMogul::Concerns::Pageable2

included

Methods included from ChartMogul::Concerns::Pageable

included

Methods included from API::Actions::Custom

#custom!, #custom_without_assign!, included

Methods included from ChartMogul::Concerns::Entries

included

Methods inherited from APIResource

build_connection, build_query_path, connection, custom_with_query_params!, #custom_with_query_params!, extract_query_params, #extract_query_params, handle_other_error, handle_request_error, handling_errors, immutable_keys, json_patch, json_post, json_put, #path_with_query_params, query_params, set_immutable_keys, set_resource_name, set_resource_path, set_resource_root_key, writeable_query_param

Class Method Details

.search(email, options = {}) ⇒ Object



226
227
228
229
# File 'lib/chartmogul/customer.rb', line 226

def self.search(email, options = {})
  path = ChartMogul::ResourcePath.new('/v1/customers/search')
  custom!(:get, path.apply_with_get_params(options.merge(email: email)))
end