Module: Twilio::REST::TaskRouter::Statistics
- Defined in:
- lib/twilio-ruby/rest/task_router/statistics.rb
Instance Method Summary collapse
Instance Method Details
#statistics(args = {}) ⇒ Object
5 6 7 8 9 |
# File 'lib/twilio-ruby/rest/task_router/statistics.rb', line 5 def statistics(args={}) path = "#{@path}/Statistics" response = @client.get(path, args) statistics_class.new(path, @client, response) end |