Sha256: 8e15eab6b2eba1b4d1d7ec95cc9dc13e90ec7090eb9521ecf2a5934bb6efaff6

Contents?: true

Size: 971 Bytes

Versions: 9

Compression:

Stored size: 971 Bytes

Contents

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

module Twilio
  module REST
    class IpMessaging
      class V1 < Version
        ##
        # Initialize the V1 version of IpMessaging
        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::IpMessaging::V1>'
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
twilio-ruby-5.0.0.rc18 lib/twilio-ruby/rest/ip_messaging/v1.rb
twilio-ruby-5.0.0.rc17 lib/twilio-ruby/rest/ip_messaging/v1.rb
twilio-ruby-5.0.0.rc16 lib/twilio-ruby/rest/ip_messaging/v1.rb
twilio-ruby-5.0.0.rc15 lib/twilio-ruby/rest/ip_messaging/v1.rb
twilio-ruby-5.0.0.rc14 lib/twilio-ruby/rest/ip_messaging/v1.rb
twilio-ruby-5.0.0.rc13 lib/twilio-ruby/rest/ip_messaging/v1.rb
twilio-ruby-5.0.0.rc12 lib/twilio-ruby/rest/ip_messaging/v1.rb
twilio-ruby-5.0.0.rc11 lib/twilio-ruby/rest/ip_messaging/v1.rb
twilio-ruby-5.0.0.rc10 lib/twilio-ruby/rest/ip_messaging/v1.rb