Class: CallRecorderApi::Model::GetSettingsResponseSettings
- Inherits:
-
Object
- Object
- CallRecorderApi::Model::GetSettingsResponseSettings
- Defined in:
- lib/call_recorder_api/model/get_settings_response_settings.rb
Instance Attribute Summary collapse
-
#files_permission ⇒ Object
Returns the value of attribute files_permission.
-
#play_beep ⇒ Object
Returns the value of attribute play_beep.
Instance Method Summary collapse
-
#initialize(play_beep, files_permission) ⇒ GetSettingsResponseSettings
constructor
A new instance of GetSettingsResponseSettings.
- #to_s ⇒ Object
Constructor Details
#initialize(play_beep, files_permission) ⇒ GetSettingsResponseSettings
Returns a new instance of GetSettingsResponseSettings.
9 10 11 12 13 14 15 |
# File 'lib/call_recorder_api/model/get_settings_response_settings.rb', line 9 def initialize( play_beep, ) @play_beep = play_beep @files_permission = end |
Instance Attribute Details
#files_permission ⇒ Object
Returns the value of attribute files_permission.
7 8 9 |
# File 'lib/call_recorder_api/model/get_settings_response_settings.rb', line 7 def @files_permission end |
#play_beep ⇒ Object
Returns the value of attribute play_beep.
6 7 8 |
# File 'lib/call_recorder_api/model/get_settings_response_settings.rb', line 6 def play_beep @play_beep end |
Instance Method Details
#to_s ⇒ Object
17 18 19 20 21 22 |
# File 'lib/call_recorder_api/model/get_settings_response_settings.rb', line 17 def to_s 'GetSettingsResponseSettings{' + 'play_beep=' + play_beep.to_s + ', ' + 'files_permission=' + .to_s + '}' end |