lib/twilio-ruby/rest/api/v2010/account/queue/member.rb in twilio-ruby-5.26.0 vs lib/twilio-ruby/rest/api/v2010/account/queue/member.rb in twilio-ruby-5.27.0
- old
+ new
@@ -15,11 +15,11 @@
class MemberList < ListResource
##
# Initialize the MemberList
# @param [Version] version Version that contains the resource
# @param [String] account_sid The SID of the
- # [Account](https://www.twilio.com/docs/api/rest/account) that created this Queue
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created this Queue
# resource.
# @param [String] queue_sid The SID of the Queue the member is in.
# @return [MemberList] MemberList
def initialize(version, account_sid: nil, queue_sid: nil)
super(version)
@@ -155,15 +155,15 @@
class MemberContext < InstanceContext
##
# Initialize the MemberContext
# @param [Version] version Version that contains the resource
# @param [String] account_sid The SID of the
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the Member
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the Member
# resource(s) to fetch.
# @param [String] queue_sid The SID of the Queue in which to find the members to
# fetch.
- # @param [String] call_sid The [Call](https://www.twilio.com/docs/api/voice/call)
+ # @param [String] call_sid The [Call](https://www.twilio.com/docs/voice/api/call)
# SID of the resource(s) to fetch.
# @return [MemberContext] MemberContext
def initialize(version, account_sid, queue_sid, call_sid)
super(version)
@@ -237,13 +237,13 @@
##
# Initialize the MemberInstance
# @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/api/rest/account) that created this Queue
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created this Queue
# resource.
# @param [String] queue_sid The SID of the Queue the member is in.
- # @param [String] call_sid The [Call](https://www.twilio.com/docs/api/voice/call)
+ # @param [String] call_sid The [Call](https://www.twilio.com/docs/voice/api/call)
# SID of the resource(s) to fetch.
# @return [MemberInstance] MemberInstance
def initialize(version, payload, account_sid: nil, queue_sid: nil, call_sid: nil)
super(version)
\ No newline at end of file