lib/twilio-ruby/rest/accounts.rb in twilio-ruby-5.0.0.rc26 vs lib/twilio-ruby/rest/accounts.rb in twilio-ruby-5.0.0

- old
+ new

@@ -24,9 +24,11 @@ # Version v1 of accounts def v1 @v1 ||= V1.new self end + ## + # @return [Twilio::REST::Accounts::V1::CredentialInstance] def credentials self.v1.credentials() end ## \ No newline at end of file