Sha256: c405a8f6965f401113a1eb58873188c78458fb242093fa5a68a39e120a4ce2b2
Contents?: true
Size: 337 Bytes
Versions: 3
Compression:
Stored size: 337 Bytes
Contents
# frozen_string_literal: true module Alula class CameraGetRecordingConfigProc < Alula::RpcResource class Response < Alula::RpcResponse end def self.call(serial_number:) request( http_method: :get, path: "/v1/device/#{serial_number}/recordConfig", handler: Response ) end end end
Version data entries
3 entries across 3 versions & 1 rubygems