Module: UserEngage::Operation::All
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
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 |