Sha256: de91c10fbff6b065fc7090afd306e1f97f6d3efb8af40b32879a0dc1d58b456b
Contents?: true
Size: 248 Bytes
Versions: 6
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true require_relative '../api_object' module Renstar module APIClient # Represents an Alert in venstar # These alerts are for Air filter, Service, and UV Lamp # class Alert < APIObject end end end
Version data entries
6 entries across 6 versions & 1 rubygems