Sha256: fb9cd2a64f0f83743ce06daee7b9a35c2fe880409e68bb403f1fc77c040c2d4d

Contents?: true

Size: 687 Bytes

Versions: 5

Compression:

Stored size: 687 Bytes

Contents

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

module Twilio
  module REST
    class Sync
      class V1 < Version
        ##
        # Initialize the V1 version of Sync
        def initialize(domain)
          super
          @version = 'v1'
          @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::Sync::V1>'
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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