Class: CallRecorderApi::Model::GetPhonesResponse

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

Instance Method Summary collapse

Constructor Details

#initializeGetPhonesResponse

Returns a new instance of GetPhonesResponse.



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

def initialize(
)
end

Instance Method Details

#to_sObject



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

def to_s
    'GetPhonesResponse{' +
    '}'
end