lib/twilio-ruby/rest/messaging/v1/service/short_code.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/messaging/v1/service/short_code.rb in twilio-ruby-5.40.4
- old
+ new
@@ -16,11 +16,11 @@
class ShortCodeList < ListResource
##
# Initialize the ShortCodeList
# @param [Version] version Version that contains the resource
# @param [String] service_sid The SID of the
- # [Service](https://www.twilio.com/docs/chat/rest/service-resource) the resource
+ # {Service}[https://www.twilio.com/docs/chat/rest/service-resource] the resource
# is associated with.
# @return [ShortCodeList] ShortCodeList
def initialize(version, service_sid: nil)
super(version)
@@ -165,11 +165,11 @@
class ShortCodeContext < InstanceContext
##
# Initialize the ShortCodeContext
# @param [Version] version Version that contains the resource
# @param [String] service_sid The SID of the
- # [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the
+ # {Service}[https://www.twilio.com/docs/chat/rest/service-resource] to fetch the
# resource from.
# @param [String] sid The SID of the ShortCode resource to fetch.
# @return [ShortCodeContext] ShortCodeContext
def initialize(version, service_sid, sid)
super(version)
@@ -216,10 +216,10 @@
##
# Initialize the ShortCodeInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
# @param [String] service_sid The SID of the
- # [Service](https://www.twilio.com/docs/chat/rest/service-resource) the resource
+ # {Service}[https://www.twilio.com/docs/chat/rest/service-resource] the resource
# is associated with.
# @param [String] sid The SID of the ShortCode resource to fetch.
# @return [ShortCodeInstance] ShortCodeInstance
def initialize(version, payload, service_sid: nil, sid: nil)
super(version)
\ No newline at end of file