Sha256: 50df51cc162a57f35ab82869bac937b3110cd0e543a59af1eef25e57023a01cd
Contents?: true
Size: 398 Bytes
Versions: 46
Compression:
Stored size: 398 Bytes
Contents
# frozen_string_literal: true module DjiMqttConnect module Thing::Product class ConfigRequestsMessage < RequestsMessage attribute :gateway, Types::String attribute :_method, Types::String.enum("config") attribute :data do attribute :config_type, Types::String.enum("json") attribute :config_scope, Types::String.enum("product") end end end end
Version data entries
46 entries across 46 versions & 1 rubygems