Sha256: bd44377b00f7b85feb70c7798a101194f99f4367873f31625ba99f6cdffd9201

Contents?: true

Size: 704 Bytes

Versions: 6

Compression:

Stored size: 704 Bytes

Contents

##
# This code was generated by
# \ / _    _  _|   _  _
#  | (_)\/(_)(_|\/| |(/_  v1.0.0
#       /       /

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

        def services(sid=:unset)
          if sid == :unset
            @services ||= ServiceList.new self
          else
            ServiceContext.new(self, sid)
          end
        end

        ##
        # Provide a user friendly representation
        def to_s
          '<Twilio::REST::Preview::Sync>'
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
twilio-ruby-5.0.0.rc24 lib/twilio-ruby/rest/preview/sync.rb
twilio-ruby-5.0.0.rc23 lib/twilio-ruby/rest/preview/sync.rb
twilio-ruby-5.0.0.rc22 lib/twilio-ruby/rest/preview/sync.rb
twilio-ruby-5.0.0.rc21 lib/twilio-ruby/rest/preview/sync.rb
twilio-ruby-5.0.0.rc20 lib/twilio-ruby/rest/preview/sync.rb
twilio-ruby-5.0.0.rc19 lib/twilio-ruby/rest/preview/sync.rb