lib/twilio-ruby/rest/studio.rb in twilio-ruby-5.10.7 vs lib/twilio-ruby/rest/studio.rb in twilio-ruby-5.11.0

- old
+ new

@@ -27,10 +27,10 @@ def v1 @v1 ||= V1.new self end ## - # @param [String] sid The sid + # @param [String] sid A 34 character string that uniquely identifies this Flow. # @return [Twilio::REST::Studio::V1::FlowInstance] if sid was passed. # @return [Twilio::REST::Studio::V1::FlowList] def flows(sid=:unset) self.v1.flows(sid) end \ No newline at end of file