lib/twilio-ruby/rest/api/v2010/account/queue.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/api/v2010/account/queue.rb in twilio-ruby-5.40.4
- old
+ new
@@ -14,11 +14,11 @@
class QueueList < ListResource
##
# Initialize the QueueList
# @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 this Queue
+ # {Account}[https://www.twilio.com/docs/iam/api/account] that created this Queue
# resource.
# @return [QueueList] QueueList
def initialize(version, account_sid: nil)
super(version)
@@ -161,11 +161,11 @@
class QueueContext < InstanceContext
##
# 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
+ # {Account}[https://www.twilio.com/docs/iam/api/account] that created the Queue
# 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)
@@ -251,10 +251,10 @@
##
# Initialize the QueueInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
# @param [String] account_sid The SID of the
- # [Account](https://www.twilio.com/docs/iam/api/account) that created this Queue
+ # {Account}[https://www.twilio.com/docs/iam/api/account] that created this Queue
# resource.
# @param [String] sid The Twilio-provided string that uniquely identifies the
# Queue resource to fetch
# @return [QueueInstance] QueueInstance
def initialize(version, payload, account_sid: nil, sid: nil)
\ No newline at end of file