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