Class: Bandwidth::Bxml::StopRecording
- Defined in:
- lib/bandwidth-sdk/models/bxml/verbs/stop_recording.rb
Instance Method Summary collapse
-
#initialize ⇒ StopRecording
constructor
Initializer.
Methods inherited from Verb
#generate_xml, #set_attributes, #to_bxml
Constructor Details
#initialize ⇒ StopRecording
Initializer
5 6 7 |
# File 'lib/bandwidth-sdk/models/bxml/verbs/stop_recording.rb', line 5 def initialize super('StopRecording', nil, {}) end |