lib/twilio-ruby/rest/chat/v1.rb in twilio-ruby-5.22.3 vs lib/twilio-ruby/rest/chat/v1.rb in twilio-ruby-5.23.0
- old
+ new
@@ -18,11 +18,12 @@
@credentials = nil
@services = nil
end
##
- # @param [String] sid The sid
+ # @param [String] sid The Twilio-provided string that uniquely identifies the
+ # Credential resource to fetch.
# @return [Twilio::REST::Chat::V1::CredentialContext] if sid was passed.
# @return [Twilio::REST::Chat::V1::CredentialList]
def credentials(sid=:unset)
if sid.nil?
raise ArgumentError, 'sid cannot be nil'
@@ -32,10 +33,11 @@
CredentialContext.new(self, sid)
end
end
##
- # @param [String] sid The sid
+ # @param [String] sid The Twilio-provided string that uniquely identifies the
+ # Service resource to fetch.
# @return [Twilio::REST::Chat::V1::ServiceContext] if sid was passed.
# @return [Twilio::REST::Chat::V1::ServiceList]
def services(sid=:unset)
if sid.nil?
raise ArgumentError, 'sid cannot be nil'
\ No newline at end of file