Sha256: fcadde57fb4d0483d25c051af2e7c399029e1e4e74a976b3d52d9d96162fd91b
Contents?: true
Size: 344 Bytes
Versions: 7
Compression:
Stored size: 344 Bytes
Contents
# frozen_string_literal: true require_relative '../api_object' module Renstar module APIClient # Represents a day of "runtime" # Breaks down how much time the system spent in various states # like heating or cooling. class Runtime < APIObject def pp puts human_readable('runtimes') end end end end
Version data entries
7 entries across 7 versions & 1 rubygems