class SendGridWebApi::Modules::Stats
Public Instance Methods
get(options = {})
click to toggle source
# File lib/web_api/stats.rb, line 3 def get options = {} stats_get_url = "stats.get.json" query_api(stats_get_url, options) end