Sha256: 09ed2a337e887eccbe0dfbb80190e8fbd56eb17b6e8ab910c63b32e9173c4303
Contents?: true
Size: 448 Bytes
Versions: 5
Compression:
Stored size: 448 Bytes
Contents
# frozen_string_literal: true module DjiMqttConnect module Thing::Product class DebugModeOpenServicesMessage < ServicesMessage def self.build(bid: generate_bid, tid: generate_tid, timestamp: current_timestamp) new( bid: bid, tid: tid, timestamp: timestamp, _method: "debug_mode_open" ) end attribute :_method, Types::String.enum("debug_mode_open") end end end
Version data entries
5 entries across 5 versions & 1 rubygems