Class: Renstar::APIClient::Sensor

Inherits:
APIObject
  • Object
show all
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

#ppObject



10
11
12
# File 'lib/renstar/api_client/api_objects/sensor.rb', line 10

def pp
  puts human_readable('sensors')
end