lib/twilio-ruby/rest/chat/v2/service/binding.rb in twilio-ruby-5.26.0 vs lib/twilio-ruby/rest/chat/v2/service/binding.rb in twilio-ruby-5.27.0
- old
+ new
@@ -14,12 +14,12 @@
class BindingList < ListResource
##
# Initialize the BindingList
# @param [Version] version Version that contains the resource
# @param [String] service_sid The SID of the
- # [Service](https://www.twilio.com/docs/chat/rest/services) the Binding resource
- # is associated with.
+ # [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Binding
+ # resource is associated with.
# @return [BindingList] BindingList
def initialize(version, service_sid: nil)
super(version)
# Path Solution
@@ -35,12 +35,12 @@
# Binding resources to read. Can be: `apn`, `gcm`, or `fcm`. See [push
# notification
# configuration](https://www.twilio.com/docs/chat/push-notification-configuration)
# for more info.
# @param [String] identity The
- # [User](https://www.twilio.com/docs/chat/rest/users)'s `identity` value of the
- # resources to read. See [access
+ # [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value
+ # of the resources to read. See [access
# tokens](https://www.twilio.com/docs/chat/create-tokens) for more details.
# @param [Integer] limit Upper limit for the number of records to return. stream()
# guarantees to never return more than limit. Default is no limit
# @param [Integer] page_size Number of records to fetch per request, when
# not set will use the default value of 50 records. If no page_size is defined
@@ -64,12 +64,12 @@
# Binding resources to read. Can be: `apn`, `gcm`, or `fcm`. See [push
# notification
# configuration](https://www.twilio.com/docs/chat/push-notification-configuration)
# for more info.
# @param [String] identity The
- # [User](https://www.twilio.com/docs/chat/rest/users)'s `identity` value of the
- # resources to read. See [access
+ # [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value
+ # of the resources to read. See [access
# tokens](https://www.twilio.com/docs/chat/create-tokens) for more details.
# @param [Integer] limit Upper limit for the number of records to return. stream()
# guarantees to never return more than limit. Default is no limit.
# @param [Integer] page_size Number of records to fetch per request, when
# not set will use the default value of 50 records. If no page_size is defined
@@ -105,12 +105,12 @@
# Binding resources to read. Can be: `apn`, `gcm`, or `fcm`. See [push
# notification
# configuration](https://www.twilio.com/docs/chat/push-notification-configuration)
# for more info.
# @param [String] identity The
- # [User](https://www.twilio.com/docs/chat/rest/users)'s `identity` value of the
- # resources to read. See [access
+ # [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value
+ # of the resources to read. See [access
# tokens](https://www.twilio.com/docs/chat/create-tokens) for more details.
# @param [String] page_token PageToken provided by the API
# @param [Integer] page_number Page Number, this value is simply for client state
# @param [Integer] page_size Number of records to return, defaults to 50
# @return [Page] Page of BindingInstance
@@ -182,12 +182,12 @@
class BindingContext < InstanceContext
##
# Initialize the BindingContext
# @param [Version] version Version that contains the resource
# @param [String] service_sid The SID of the
- # [Service](https://www.twilio.com/docs/chat/rest/services) to fetch the Binding
- # resource from.
+ # [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the
+ # Binding resource from.
# @param [String] sid The SID of the Binding resource to fetch.
# @return [BindingContext] BindingContext
def initialize(version, service_sid, sid)
super(version)
@@ -237,11 +237,11 @@
##
# Initialize the BindingInstance
# @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/services) the Binding resource
- # is associated with.
+ # [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Binding
+ # resource is associated with.
# @param [String] sid The SID of the Binding resource to fetch.
# @return [BindingInstance] BindingInstance
def initialize(version, payload, service_sid: nil, sid: nil)
super(version)
\ No newline at end of file