Sha256: f75d756fcaab6a5f74ce38f0b6050df2568cdb99b019e4ad7fe71d299413684b
Contents?: true
Size: 311 Bytes
Versions: 28
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true module DjiMqttConnect module Thing::Product class ServicesMessage < Message # Ensure all values are accepted schema schema.strict attribute :tid, Types::UUID attribute :bid, Types::UUID attribute :timestamp, Types::Timestamp end end end
Version data entries
28 entries across 28 versions & 1 rubygems