Module: UserEngage::Operation::All

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

Instance Method Summary collapse

Instance Method Details

#allObject



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

def all
  data = fetch_all.merge!(base_class: self)
  UserEngage::ResourceCollection.new(data).tap(&:transform_results!)
end