Sha256: 8198f1343df4a6c322c7cd2cb3e01021489d9d0df7bd67b40234f037d6badcc1
Contents?: true
Size: 1.07 KB
Versions: 2
Compression:
Stored size: 1.07 KB
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.nil? raise ArgumentError, 'sid cannot be nil' elsif sid == :unset @credentials ||= CredentialList.new self else CredentialContext.new(self, sid) end end 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::IpMessaging::V1>' end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twilio-ruby-5.0.0.rc26 | lib/twilio-ruby/rest/ip_messaging/v1.rb |
twilio-ruby-5.0.0.rc25 | lib/twilio-ruby/rest/ip_messaging/v1.rb |