Module: UserEngage::Operation::Find

Included in:
User
Defined in:
lib/user_engage/operation/find.rb

Instance Method Summary collapse

Instance Method Details

#find(params = {}) ⇒ Object



6
7
8
9
10
# File 'lib/user_engage/operation/find.rb', line 6

def find(params = {})
  check_for_unsupported_params!(params)
  attributes = get_resource(params)
  new(attributes)
end