lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb in twilio-ruby-5.40.0 vs lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb in twilio-ruby-5.40.1

- old
+ new

@@ -46,10 +46,10 @@ @bundles ||= BundleList.new(@version, ) end ## # Access the end_users - # @param [String] sid The unique string that we created to identify the End User + # @param [String] sid The unique string created by Twilio to identify the End User # resource. # @return [EndUserList] # @return [EndUserContext] if sid was passed. def end_users(sid=:unset) raise ArgumentError, 'sid cannot be nil' if sid.nil? \ No newline at end of file