lib/twilio-ruby/rest/ip_messaging.rb in twilio-ruby-5.9.0 vs lib/twilio-ruby/rest/ip_messaging.rb in twilio-ruby-5.10.0
- old
+ new
@@ -34,18 +34,20 @@
def v2
@v2 ||= V2.new self
end
##
- # @param [String] sid The sid
+ # @param [String] sid A 34 character string that uniquely identifies this
+ # resource.
# @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
+ # @param [String] sid A 34 character string that uniquely identifies this
+ # resource.
# @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