Class: Renstar::APIClient::Runtime

Inherits:
APIObject
  • Object
show all
Defined in:
lib/renstar/api_client/api_objects/runtime.rb

Overview

Represents a day of “runtime” Breaks down how much time the system spent in various states like heating or cooling.

Instance Method Summary collapse

Methods inherited from APIObject

#human_readable, #initialize, #to_h

Constructor Details

This class inherits a constructor from Renstar::APIClient::APIObject

Instance Method Details

#ppObject



11
12
13
# File 'lib/renstar/api_client/api_objects/runtime.rb', line 11

def pp
  puts human_readable('runtimes')
end