Method: Mandrill::Templates#time_series
- Defined in:
- lib/mandrill/api.rb
#time_series(name) ⇒ Array
Return the recent history (hourly stats for the last 30 days) for a template
198 199 200 201 |
# File 'lib/mandrill/api.rb', line 198 def time_series(name) _params = {:name => name} return @master.call 'templates/time-series', _params end |