Skip to content

Commit

Permalink
Update a few property types in the lookups and trunking responses (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino authored Oct 16, 2019
1 parent a3038ce commit 2f2818a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions twilio/rest/lookups/v1/phone_number.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _proxy(self):
def caller_name(self):
"""
:returns: The name of the phone number's owner
:rtype: unicode
:rtype: dict
"""
return self._properties['caller_name']

Expand Down Expand Up @@ -241,7 +241,7 @@ def national_format(self):
def carrier(self):
"""
:returns: The telecom company that provides the phone number
:rtype: unicode
:rtype: dict
"""
return self._properties['carrier']

Expand Down
2 changes: 1 addition & 1 deletion twilio/rest/trunking/v1/trunk/phone_number.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def beta(self):
def capabilities(self):
"""
:returns: Indicate if a phone can receive calls or messages
:rtype: unicode
:rtype: dict
"""
return self._properties['capabilities']

Expand Down

0 comments on commit 2f2818a

Please sign in to comment.