Class: Renstar::APIClient::Sensor
- Defined in:
- lib/renstar/api_client/api_objects/sensor.rb
Overview
Represents an installed sensor in the system Returns the value of the sensor
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
#pp ⇒ Object
10 11 12 |
# File 'lib/renstar/api_client/api_objects/sensor.rb', line 10 def pp puts human_readable('sensors') end |