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