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