Sha256: f14245c68a04f03584597391e9b1d7309988e1aa5d43c14e2aa8da96862be90f

Contents?: true

Size: 959 Bytes

Versions: 11

Compression:

Stored size: 959 Bytes

Contents

##
# This code was generated by
# \ / _    _  _|   _  _
#  | (_)\/(_)(_|\/| |(/_  v1.0.0
#       /       /
# 
# frozen_string_literal: true

module Twilio
  module REST
    class Insights < Domain
      ##
      # Initialize the Insights Domain
      def initialize(twilio)
        super

        @base_url = 'https://insights.twilio.com'
        @host = 'insights.twilio.com'
        @port = 443

        # Versions
        @v1 = nil
      end

      ##
      # Version v1 of insights
      def v1
        @v1 ||= V1.new self
      end

      ##
      # @param [String] call_sid The call_sid
      # @return [Twilio::REST::Insights::V1::CallSummaryInstance] if call_sid was passed.
      # @return [Twilio::REST::Insights::V1::CallSummaryList]
      def summary(call_sid=:unset)
        self.v1.summary(call_sid)
      end

      ##
      # Provide a user friendly representation
      def to_s
        '#<Twilio::REST::Insights>'
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
twilio-ruby-5.23.0 lib/twilio-ruby/rest/insights.rb
twilio-ruby-5.22.3 lib/twilio-ruby/rest/insights.rb
twilio-ruby-5.22.2 lib/twilio-ruby/rest/insights.rb
twilio-ruby-5.22.1 lib/twilio-ruby/rest/insights.rb
twilio-ruby-5.22.0 lib/twilio-ruby/rest/insights.rb
twilio-ruby-5.21.2 lib/twilio-ruby/rest/insights.rb
twilio-ruby-5.21.1 lib/twilio-ruby/rest/insights.rb
twilio-ruby-5.21.0 lib/twilio-ruby/rest/insights.rb
twilio-ruby-5.20.1 lib/twilio-ruby/rest/insights.rb
twilio-ruby-5.20.0 lib/twilio-ruby/rest/insights.rb
twilio-ruby-5.19.0 lib/twilio-ruby/rest/insights.rb