lib/twilio-ruby/rest/lookups/v1.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/lookups/v1.rb in twilio-ruby-5.40.4

- old
+ new

@@ -18,10 +18,10 @@ @phone_numbers = nil end ## # @param [String] phone_number The phone number to lookup in - # [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists + # {E.164}[https://www.twilio.com/docs/glossary/what-e164] format, which consists # of a + followed by the country code and subscriber number. # @return [Twilio::REST::Lookups::V1::PhoneNumberContext] if phone_number was passed. # @return [Twilio::REST::Lookups::V1::PhoneNumberList] def phone_numbers(phone_number=:unset) if phone_number.nil? \ No newline at end of file