Method: Bandwidth::GatherCallback#digits
- Defined in:
- lib/bandwidth-sdk/models/gather_callback.rb
#digits ⇒ Object
(optional) The digits, letters, and/or symbols entered by the user. The string is empty if a timeout occurred before any buttons were pressed.
43 44 45 |
# File 'lib/bandwidth-sdk/models/gather_callback.rb', line 43 def digits @digits end |