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

- old
+ new

@@ -14,11 +14,11 @@ class ConferenceList < ListResource ## # Initialize the ConferenceList # @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 + # {Account}[https://www.twilio.com/docs/iam/api/account] that created this # Conference resource. # @return [ConferenceList] ConferenceList def initialize(version, account_sid: nil) super(version) @@ -205,11 +205,11 @@ class ConferenceContext < InstanceContext ## # Initialize the ConferenceContext # @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 + # {Account}[https://www.twilio.com/docs/iam/api/account] that created the # Conference resource(s) to fetch. # @param [String] sid The Twilio-provided string that uniquely identifies the # Conference resource to fetch # @return [ConferenceContext] ConferenceContext def initialize(version, account_sid, sid) @@ -329,10 +329,10 @@ ## # Initialize the ConferenceInstance # @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 + # {Account}[https://www.twilio.com/docs/iam/api/account] that created this # Conference resource. # @param [String] sid The Twilio-provided string that uniquely identifies the # Conference resource to fetch # @return [ConferenceInstance] ConferenceInstance def initialize(version, payload, account_sid: nil, sid: nil) \ No newline at end of file