Sha256: 82998c329f541f60bf6a2be4e3ec388833bc69b1ce6bb6de62e90e1dead9df9d
Contents?: true
Size: 402 Bytes
Versions: 17
Compression:
Stored size: 402 Bytes
Contents
# frozen_string_literal: true module DjiMqttConnect module Thing::Product class OfflineMapSyncProgressEventsMessage < EventsMessage attribute :_method, Types::String.enum("offline_map_sync_progress") attribute :data do attribute :status, Types::String attribute :reason, Types::Integer attribute :file, Types::String | Types::Nil end end end end
Version data entries
17 entries across 17 versions & 1 rubygems