Skip to content

Commit 0d9a2c4

Browse files
committed
add param comment
1 parent d26c6b7 commit 0d9a2c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bandwidth/voice/bxml/verbs/ring.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def __init__(self, duration=None, answer_call=None):
2020
Initializes the Ring class with the duration parameter
2121
2222
:param float duration: The time in seconds to ring
23+
:param boolean answer_call: Whether or not to accept the incoming call while playing the ring
2324
"""
2425
self.duration = duration
2526
self.answer_call = answer_call

0 commit comments

Comments
 (0)