Class: CallRecorderApi::Model::DeviceType
- Inherits:
-
Object
- Object
- CallRecorderApi::Model::DeviceType
- Defined in:
- lib/call_recorder_api/model/device_type.rb
Instance Method Summary collapse
-
#initialize ⇒ DeviceType
constructor
A new instance of DeviceType.
- #to_s ⇒ Object
Constructor Details
#initialize ⇒ DeviceType
Returns a new instance of DeviceType.
7 8 9 |
# File 'lib/call_recorder_api/model/device_type.rb', line 7 def initialize( ) end |
Instance Method Details
#to_s ⇒ Object
11 12 13 14 |
# File 'lib/call_recorder_api/model/device_type.rb', line 11 def to_s 'DeviceType{' + '}' end |