Sha256: c896823b38834a44340d292dff7ef5ebefa0050bf394e3fffc30f4447918b168

Contents?: true

Size: 940 Bytes

Versions: 6

Compression:

Stored size: 940 Bytes

Contents

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

module Twilio
  module REST
    class IpMessaging
      class V2 < Version
        ##
        # Initialize the V2 version of IpMessaging
        def initialize(domain)
          super
          @version = 'v2'
          @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::V2>'
        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/ip_messaging/v2.rb
twilio-ruby-5.0.0.rc23 lib/twilio-ruby/rest/ip_messaging/v2.rb
twilio-ruby-5.0.0.rc22 lib/twilio-ruby/rest/ip_messaging/v2.rb
twilio-ruby-5.0.0.rc21 lib/twilio-ruby/rest/ip_messaging/v2.rb
twilio-ruby-5.0.0.rc20 lib/twilio-ruby/rest/ip_messaging/v2.rb
twilio-ruby-5.0.0.rc19 lib/twilio-ruby/rest/ip_messaging/v2.rb