Class: CallRecorderApi::Model::PlayBeep

Inherits:
Object
  • Object
show all
Defined in:
lib/call_recorder_api/model/play_beep.rb

Instance Method Summary collapse

Constructor Details

#initializePlayBeep

Returns a new instance of PlayBeep.



7
8
9
# File 'lib/call_recorder_api/model/play_beep.rb', line 7

def initialize(
)
end

Instance Method Details

#to_sObject



11
12
13
14
# File 'lib/call_recorder_api/model/play_beep.rb', line 11

def to_s
    'PlayBeep{' +
    '}'
end