module OiApi::Client::Reports

Public Instance Methods

reports(options = {}) click to toggle source
# File lib/oi_api/client/reports.rb, line 7
def reports(options = {})
  get '/reports/advertisers/', options
end