Sha256: 428583b72b8165d27fbfc025f271fdbaa5ccc5d2a77b3fea64fe4000727602bd

Contents?: true

Size: 736 Bytes

Versions: 1

Compression:

Stored size: 736 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twilio-ruby-5.0.0.rc4 lib/twilio-ruby/rest/notifications/v1.rb