class Admitad::Action

Public Class Methods

where(**params) click to toggle source
# File lib/admitad/models/actions_response.rb, line 47
def self.where(**params)
  ActionsResponse.create(Wrapper.action_statistic(params))
end