Module: UserEngage::Operation::Find

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

Instance Method Summary collapse

Instance Method Details

#find(params = {}) ⇒ Object



8
9
10
11
12
# File 'lib/user_engage/operation/find.rb', line 8

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