lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb in twilio-ruby-5.40.4
- old
+ new
@@ -15,11 +15,11 @@
class FeedbackList < ListResource
##
# Initialize the FeedbackList
# @param [Version] version Version that contains the resource
# @param [String] account_sid The unique id of the
- # [Account](https://www.twilio.com/docs/iam/api/account) responsible for this
+ # {Account}[https://www.twilio.com/docs/iam/api/account] responsible for this
# resource.
# @param [String] call_sid The unique string that that we created to identify this
# Call resource.
# @return [FeedbackList] FeedbackList
def initialize(version, account_sid: nil, call_sid: nil)
@@ -73,11 +73,11 @@
class FeedbackContext < InstanceContext
##
# Initialize the FeedbackContext
# @param [Version] version Version that contains the resource
# @param [String] account_sid The unique id of the
- # [Account](https://www.twilio.com/docs/iam/api/account) responsible for this
+ # {Account}[https://www.twilio.com/docs/iam/api/account] responsible for this
# resource.
# @param [String] call_sid The call sid that uniquely identifies the call
# @return [FeedbackContext] FeedbackContext
def initialize(version, account_sid, call_sid)
super(version)
@@ -172,10 +172,10 @@
##
# Initialize the FeedbackInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
# @param [String] account_sid The unique id of the
- # [Account](https://www.twilio.com/docs/iam/api/account) responsible for this
+ # {Account}[https://www.twilio.com/docs/iam/api/account] responsible for this
# resource.
# @param [String] call_sid The unique string that that we created to identify this
# Call resource.
# @return [FeedbackInstance] FeedbackInstance
def initialize(version, payload, account_sid: nil, call_sid: nil)
\ No newline at end of file