Sha256: bcf40d650ffa2eab157a7a0f9b3cef99fbadf2d4b6bbd645ac46f390860e4513

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 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 PreviewMessagingBase < Domain
      ##
      # Initialize previewMessaging domain
      #
      # @param twilio - The twilio client
      #
      def initialize(twilio)
        super(twilio)
        @base_url =  "https://preview.messaging.twilio.com"
        @host = "preview.messaging.twilio.com"
        @port = 443
        @v1 = nil
      end

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
twilio-ruby-7.0.2 lib/twilio-ruby/rest/preview_messaging_base.rb
twilio-ruby-7.0.1 lib/twilio-ruby/rest/preview_messaging_base.rb
twilio-ruby-7.0.0 lib/twilio-ruby/rest/preview_messaging_base.rb
twilio-ruby-7.0.0.pre.rc.3 lib/twilio-ruby/rest/preview_messaging_base.rb
twilio-ruby-7.0.0.pre.rc.2 lib/twilio-ruby/rest/preview_messaging_base.rb
twilio-ruby-7.0.0.pre.rc.1 lib/twilio-ruby/rest/preview_messaging_base.rb