lib/twilio-ruby/rest/accounts/v1/credential.rb in twilio-ruby-5.0.0.rc21 vs lib/twilio-ruby/rest/accounts/v1/credential.rb in twilio-ruby-5.0.0.rc22
- old
+ new
@@ -65,10 +65,10 @@
##
# Build an instance of CredentialInstance
# @param [Hash] payload Payload response from the API
# @return [CredentialInstance] CredentialInstance
def get_instance(payload)
- return CredentialInstance.new(
+ CredentialInstance.new(
@version,
payload,
)
end
\ No newline at end of file