lib/twilio-ruby/rest/ip_messaging/v2.rb in twilio-ruby-5.41.0 vs lib/twilio-ruby/rest/ip_messaging/v2.rb in twilio-ruby-5.42.0

- old
+ new

@@ -18,13 +18,13 @@ @credentials = nil @services = nil end ## - # @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] + # @param [String] sid The sid + # @return [Twilio::REST::Ip_messaging::V2::CredentialContext] if sid was passed. + # @return [Twilio::REST::Ip_messaging::V2::CredentialList] def credentials(sid=:unset) if sid.nil? raise ArgumentError, 'sid cannot be nil' elsif sid == :unset @credentials ||= CredentialList.new self @@ -32,12 +32,12 @@ CredentialContext.new(self, sid) end end ## - # @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] + # @param [String] sid The sid + # @return [Twilio::REST::Ip_messaging::V2::ServiceContext] if sid was passed. + # @return [Twilio::REST::Ip_messaging::V2::ServiceList] def services(sid=:unset) if sid.nil? raise ArgumentError, 'sid cannot be nil' elsif sid == :unset @services ||= ServiceList.new self \ No newline at end of file