lib/twilio-ruby/rest/ip_messaging.rb in twilio-ruby-5.0.0.rc26 vs lib/twilio-ruby/rest/ip_messaging.rb in twilio-ruby-5.0.0
- old
+ new
@@ -31,13 +31,21 @@
# Version v2 of ip_messaging
def v2
@v2 ||= V2.new self
end
+ ##
+ # @param [String] sid The sid
+ # @return [Twilio::REST::Chat::V2::CredentialInstance] if sid was passed.
+ # @return [Twilio::REST::Chat::V2::CredentialList]
def credentials(sid=:unset)
self.v2.credentials(sid)
end
+ ##
+ # @param [String] sid The sid
+ # @return [Twilio::REST::Chat::V2::ServiceInstance] if sid was passed.
+ # @return [Twilio::REST::Chat::V2::ServiceList]
def services(sid=:unset)
self.v2.services(sid)
end
##
\ No newline at end of file