Class: Alula::CameraSetRecordingConfigProc::Response
- Inherits:
-
RpcResponse
- Object
- RpcResponse
- Alula::CameraSetRecordingConfigProc::Response
- Defined in:
- lib/alula/procedures/camera_set_rec_config_proc.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
Returns the value of attribute result.
Attributes inherited from RpcResponse
#data, #http_status, #request_id
Instance Method Summary collapse
-
#initialize(response) ⇒ Response
constructor
A new instance of Response.
Methods inherited from RpcResponse
Constructor Details
#initialize(response) ⇒ Response
Returns a new instance of Response.
9 10 11 12 13 |
# File 'lib/alula/procedures/camera_set_rec_config_proc.rb', line 9 def initialize(response) super(response) @result = response.data['data'] @cmd = response end |
Instance Attribute Details
#result ⇒ Object
Returns the value of attribute result.
7 8 9 |
# File 'lib/alula/procedures/camera_set_rec_config_proc.rb', line 7 def result @result end |