Class: Renstar::APIClient::Alert
- Defined in:
- lib/renstar/api_client/api_objects/alert.rb
Overview
Represents an Alert in venstar These alerts are for Air filter, Service, and UV Lamp
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
11 12 13 |
# File 'lib/renstar/api_client/api_objects/alert.rb', line 11 def pp puts human_readable('alerts') end |