Class: CallRecorderApi::Model::GetPhonesResponse
- Inherits:
-
Object
- Object
- CallRecorderApi::Model::GetPhonesResponse
- Defined in:
- lib/call_recorder_api/model/get_phones_response.rb
Instance Method Summary collapse
-
#initialize ⇒ GetPhonesResponse
constructor
A new instance of GetPhonesResponse.
- #to_s ⇒ Object
Constructor Details
#initialize ⇒ GetPhonesResponse
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_s ⇒ Object
11 12 13 14 |
# File 'lib/call_recorder_api/model/get_phones_response.rb', line 11 def to_s 'GetPhonesResponse{' + '}' end |