lib/twilio-ruby/rest/proxy/v1.rb in twilio-ruby-5.22.0 vs lib/twilio-ruby/rest/proxy/v1.rb in twilio-ruby-5.22.1
- old
+ new
@@ -17,10 +17,11 @@
@version = 'v1'
@services = nil
end
##
- # @param [String] sid A 34 character string that uniquely identifies this Service.
+ # @param [String] sid The Twilio-provided string that uniquely identifies the
+ # Service resource to fetch.
# @return [Twilio::REST::Proxy::V1::ServiceContext] if sid was passed.
# @return [Twilio::REST::Proxy::V1::ServiceList]
def services(sid=:unset)
if sid.nil?
raise ArgumentError, 'sid cannot be nil'
\ No newline at end of file