Sha256: 431b04ee97feccd168e3f3898d58a6a804ef360bef78cf47d50d96e7bc03a676

Contents?: true

Size: 456 Bytes

Versions: 2

Compression:

Stored size: 456 Bytes

Contents

module Restcomm
  module REST
    module TaskRouter
      class TaskQueuesStatistics < Restcomm::REST::NextGenListResource
        def initialize(path, client)
          @path, @client = path, client
          @instance_class = Restcomm::REST::TaskRouter::TaskQueueStatistics
          @list_key, @instance_id_key = 'task_queues_statistics', 'task_queue_sid'
        end
      end

      class TaskQueueStatistics < InstanceResource; end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
restcomm-ruby-1.2.1 lib/restcomm-ruby/rest/task_router/task_queues_statistics.rb
restcomm-ruby-1.2.0 lib/restcomm-ruby/rest/task_router/task_queues_statistics.rb