Sha256: 6456e2166076f512314b2abb6dff71fc531ed5a2af464db96482740b7af3b02c

Contents?: true

Size: 1006 Bytes

Versions: 13

Compression:

Stored size: 1006 Bytes

Contents

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

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

        ##
        # @param [String] sid A 34 character string that uniquely identifies this Service.
        # @return [Twilio::REST::Proxy::V1::ServiceContext] if sid was passed.
        # @return [Twilio::REST::Proxy::V1::ServiceList]
        def services(sid=:unset)
          if sid.nil?
            raise ArgumentError, 'sid cannot be nil'
          elsif sid == :unset
            @services ||= ServiceList.new self
          else
            ServiceContext.new(self, sid)
          end
        end

        ##
        # Provide a user friendly representation
        def to_s
          '<Twilio::REST::Proxy::V1>'
        end
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
twilio-ruby-5.8.1 lib/twilio-ruby/rest/proxy/v1.rb
twilio-ruby-5.8.0 lib/twilio-ruby/rest/proxy/v1.rb
twilio-ruby-5.7.2 lib/twilio-ruby/rest/proxy/v1.rb
twilio-ruby-5.7.1 lib/twilio-ruby/rest/proxy/v1.rb
twilio-ruby-5.7.0 lib/twilio-ruby/rest/proxy/v1.rb
twilio-ruby-5.6.4 lib/twilio-ruby/rest/proxy/v1.rb
twilio-ruby-5.6.3 lib/twilio-ruby/rest/proxy/v1.rb
twilio-ruby-5.6.2 lib/twilio-ruby/rest/proxy/v1.rb
twilio-ruby-5.6.1 lib/twilio-ruby/rest/proxy/v1.rb
twilio-ruby-5.6.0 lib/twilio-ruby/rest/proxy/v1.rb
twilio-ruby-5.5.1 lib/twilio-ruby/rest/proxy/v1.rb
twilio-ruby-5.5.0 lib/twilio-ruby/rest/proxy/v1.rb
twilio-ruby-5.4.5 lib/twilio-ruby/rest/proxy/v1.rb