lib/twilio-ruby/rest/api/v2010/account/queue/member.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/api/v2010/account/queue/member.rb in twilio-ruby-5.40.4

- 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/iam/api/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) @@ -153,16 +153,16 @@ 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/iam/api/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/voice/api/call-resource) SID of the + # {Call}[https://www.twilio.com/docs/voice/api/call-resource] SID of the # resource(s) to fetch. # @return [MemberContext] MemberContext def initialize(version, account_sid, queue_sid, call_sid) super(version) @@ -226,14 +226,14 @@ ## # 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/iam/api/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/voice/api/call-resource) SID of the + # {Call}[https://www.twilio.com/docs/voice/api/call-resource] 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