lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb in twilio-ruby-5.48.0 vs lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb in twilio-ruby-5.49.0

- old
+ new

@@ -17,12 +17,12 @@ # 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 # resource. - # @param [String] call_sid The unique string that that we created to identify this - # Call resource. + # @param [String] call_sid The unique string that we created to identify this Call + # resource. # @return [FeedbackList] FeedbackList def initialize(version, account_sid: nil, call_sid: nil) super(version) # Path Solution @@ -174,11 +174,11 @@ # @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 # resource. - # @param [String] call_sid The unique string that that we created to identify this - # Call resource. + # @param [String] call_sid The unique string that we created to identify this Call + # resource. # @return [FeedbackInstance] FeedbackInstance def initialize(version, payload, account_sid: nil, call_sid: nil) super(version) # Marshaled Properties \ No newline at end of file