Sha256: 48b419131dd1c36b64f40091eb65d8e4e01138ae8929f13265cd2a59bdc23a1c

Contents?: true

Size: 1.62 KB

Versions: 47

Compression:

Stored size: 1.62 KB

Contents

##
#    This code was generated by
#    ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
#     |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
#     |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \
#
#    Twilio - Sync
#    This is the public Twilio REST API.
#
#    NOTE: This class is auto generated by OpenAPI Generator.
#    https://openapi-generator.tech
#    Do not edit the class manually.
#

module Twilio
    module REST
        class Sync
            class V1 < Version
                ##
                # Initialize the V1 version of Sync
                def initialize(domain)
                    super
                    @version = 'v1'
                    @services = nil
                end

                ##
                # @param [String] sid The SID of the Service resource to fetch.
                # @return [Twilio::REST::Sync::V1::ServiceContext] if sid was passed.
                # @return [Twilio::REST::Sync::V1::ServiceList]
                def services(sid=:unset)
                    if sid.nil?
                        raise ArgumentError, 'sid cannot be nil'
                    end
                    if sid == :unset
                        @services ||= ServiceList.new self
                    else
                        ServiceContext.new(self, sid)
                    end
                end
                ##
                # Provide a user friendly representation
                def to_s
                    '<Twilio::REST::Sync::V1>';
                end
            end
        end
    end
end

Version data entries

47 entries across 47 versions & 2 rubygems

Version Path
twilio-ruby-7.3.6 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.3.5 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.3.4 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.3.3 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.3.2 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.3.1 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.3.0 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.2.4 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.2.3 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.2.2 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.2.1 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.2.0 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.1.1 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.0.2 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.0.1 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.0.0 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.0.0.pre.rc.3 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-7.0.0.pre.rc.2 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-6.12.1 lib/twilio-ruby/rest/sync/v1.rb
twilio-ruby-6.12.0 lib/twilio-ruby/rest/sync/v1.rb