lib/twilio-ruby/rest/api/v2010/account/queue.rb in twilio-ruby-5.28.0 vs lib/twilio-ruby/rest/api/v2010/account/queue.rb in twilio-ruby-5.29.0

- old
+ new

@@ -169,10 +169,10 @@ ## # Initialize the QueueContext # @param [Version] version Version that contains the resource # @param [String] account_sid The SID of the # [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue - # resource(s) to fetch. + # resource to fetch. # @param [String] sid The Twilio-provided string that uniquely identifies the # Queue resource to fetch # @return [QueueContext] QueueContext def initialize(version, account_sid, sid) super(version) \ No newline at end of file