lib/twilio-ruby/rest/serverless.rb in twilio-ruby-5.22.2 vs lib/twilio-ruby/rest/serverless.rb in twilio-ruby-5.22.3

- old
+ new

@@ -27,10 +27,10 @@ def v1 @v1 ||= V1.new self end ## - # @param [String] sid The sid + # @param [String] sid The unique SID identifier of this Service. # @return [Twilio::REST::Serverless::V1::ServiceInstance] if sid was passed. # @return [Twilio::REST::Serverless::V1::ServiceList] def services(sid=:unset) self.v1.services(sid) end \ No newline at end of file