Sha256: 151a9a38c2cd7b26ff5cbb5401721bbcb47e718e2c9e57e3dc8c251eec3c7c30
Contents?: true
Size: 1016 Bytes
Versions: 24
Compression:
Stored size: 1016 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 AutopilotBase < Domain ## # Initialize autopilot domain # # @param twilio - The twilio client # def initialize(twilio) super(twilio) @base_url = "https://autopilot.twilio.com" @host = "autopilot.twilio.com" @port = 443 @v1 = nil end def v1 @v1 ||= Autopilot::V1.new self end ## # Provide a user friendly representation def to_s '<Twilio::REST::Autopilot::V1>'; end end end end
Version data entries
24 entries across 24 versions & 2 rubygems