Sha256: 53a30b4d779051c3a922d4e5c154b12f1018015641997f61d4bfea58baa76eb1

Contents?: true

Size: 1.05 KB

Versions: 13

Compression:

Stored size: 1.05 KB

Contents

##
 # This code was generated by
 # ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
 #  |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
 #  |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \
 #
 # NOTE: This class is auto generated by OpenAPI Generator.
 # https://openapi-generator.tech
 # Do not edit the class manually.
# frozen_string_literal: true
module Twilio
  module REST
    class ContentBase < Domain
      ##
      # Initialize content domain
      #
      # @param twilio - The twilio client
      #
      def initialize(twilio)
        super(twilio)
        @base_url =  "https://content.twilio.com"
        @host = "content.twilio.com"
        @port = 443
        @v1 = nil
        @v2 = nil
      end

      def v1
        @v1 ||= Content::V1.new self
      end

      def v2
        @v2 ||= Content::V2.new self
      end

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
twilio-ruby-7.3.6 lib/twilio-ruby/rest/content_base.rb
twilio-ruby-7.3.5 lib/twilio-ruby/rest/content_base.rb
twilio-ruby-7.3.4 lib/twilio-ruby/rest/content_base.rb
twilio-ruby-7.3.3 lib/twilio-ruby/rest/content_base.rb
twilio-ruby-7.3.2 lib/twilio-ruby/rest/content_base.rb
twilio-ruby-7.3.1 lib/twilio-ruby/rest/content_base.rb
twilio-ruby-7.3.0 lib/twilio-ruby/rest/content_base.rb
twilio-ruby-7.2.4 lib/twilio-ruby/rest/content_base.rb
twilio-ruby-7.2.3 lib/twilio-ruby/rest/content_base.rb
twilio-ruby-7.2.2 lib/twilio-ruby/rest/content_base.rb
twilio-ruby-7.2.1 lib/twilio-ruby/rest/content_base.rb
twilio-ruby-7.2.0 lib/twilio-ruby/rest/content_base.rb
twilio-ruby-7.1.1 lib/twilio-ruby/rest/content_base.rb