Sha256: 0c919a50f76139dffccc8bb82c8fed1d0013bb5445d53f413ae0415695326ea3

Contents?: true

Size: 950 Bytes

Versions: 2

Compression:

Stored size: 950 Bytes

Contents

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

module Twilio
  module REST
    class Chat
      class V1 < Version
        ##
        # Initialize the V1 version of Chat
        def initialize(domain)
          super
          @version = 'v1'
          @credentials = nil
          @services = nil
        end
        
        def credentials(sid=:unset)
          if sid == :unset
            @credentials ||= CredentialList.new self
          else
            CredentialContext.new(self, sid)
          end
        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::Chat::V1>'
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
twilio-ruby-5.0.0.rc18 lib/twilio-ruby/rest/chat/v1.rb
twilio-ruby-5.0.0.rc17 lib/twilio-ruby/rest/chat/v1.rb