Sha256: 4c06f8bf0be3e63a78c5b9f11efe285be42fef7e6d25b5445a1ce97f4c7e3327
Contents?: true
Size: 297 Bytes
Versions: 8
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true require_relative '../api_object' module Renstar module APIClient # Represents an installed sensor in the system # Returns the value of the sensor class Sensor < APIObject def pp puts human_readable('sensors') end end end end
Version data entries
8 entries across 8 versions & 1 rubygems