lib/twilio-ruby/rest/ip_messaging/v1/credential.rb in twilio-ruby-5.0.0.rc4 vs lib/twilio-ruby/rest/ip_messaging/v1/credential.rb in twilio-ruby-5.0.0.rc5
- old
+ new
@@ -139,21 +139,9 @@
payload,
)
end
##
- # Constructs a CredentialContext
- # @param [String] sid The sid
-
- # @return [CredentialContext] CredentialContext
- def get(sid)
- CredentialContext.new(
- @version,
- sid: sid,
- )
- end
-
- ##
# Provide a user friendly representation
def to_s
'#<Twilio.IpMessaging.V1.CredentialList>'
end
end
\ No newline at end of file