class ChartMogul::Customers
Public Class Methods
search(email, options = {})
click to toggle source
# File lib/chartmogul/customer.rb, line 144 def self.search(email, options = {}) path = ChartMogul::ResourcePath.new('/v1/customers/search') custom!(:get, path.apply_with_get_params(options.merge(email: email))) end