lib/twilio-ruby/rest/studio.rb in twilio-ruby-5.25.4 vs lib/twilio-ruby/rest/studio.rb in twilio-ruby-5.26.0

- old
+ new

@@ -27,10 +27,11 @@ def v1 @v1 ||= V1.new self end ## - # @param [String] sid A 34 character string that uniquely identifies this Flow. + # @param [String] sid The unique string that we created to identify the Flow + # resource. # @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