Sha256: d28b9fe06af3fe218b532e17fe33236e1013aa63d26139b803c0b175f701ea87
Contents?: true
Size: 1.01 KB
Versions: 38
Compression:
Stored size: 1.01 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 IntelligenceBase < Domain ## # Initialize intelligence domain # # @param twilio - The twilio client # def initialize(twilio) super(twilio) @base_url = "https://intelligence.twilio.com" @host = "intelligence.twilio.com" @port = 443 @v2 = nil end def v2 @v2 ||= Intelligence::V2.new self end ## # Provide a user friendly representation def to_s '<Twilio::REST::Intelligence::V2>'; end end end end
Version data entries
38 entries across 38 versions & 1 rubygems