Sha256: 15da502a0d0347b81d4697140112dc57d165150486e1a2712d9ad96c21e08625
Contents?: true
Size: 938 Bytes
Versions: 3
Compression:
Stored size: 938 Bytes
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 PreviewIamBase < Domain ## # Initialize previewIam domain # # @param twilio - The twilio client # def initialize(twilio) super(twilio) @base_url = "https://preview-iam.twilio.com" @host = "preview-iam.twilio.com" @port = 443 end ## # Provide a user friendly representation def to_s '<Twilio::REST::PreviewIam>'; end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
twilio-ruby-7.2.3 | lib/twilio-ruby/rest/preview_iam_base.rb |
twilio-ruby-7.2.2 | lib/twilio-ruby/rest/preview_iam_base.rb |
twilio-ruby-7.2.1 | lib/twilio-ruby/rest/preview_iam_base.rb |