class SendGridWebApi::SubUserModules::Stats

Public Instance Methods

get(options = {}) click to toggle source
# File lib/sub_user/stats.rb, line 3
def get options = {}
  stats_get_url = "apiv2/customer.stats.json"
  query_api(stats_get_url, options)
end