Class: HObject
- Inherits:
-
Object
- Object
- HObject
- Defined in:
- lib/lights/hobject.rb
Direct Known Subclasses
Bridge, Bulb, BulbState, Command, Datastore, Group, HueConfig, List, Rule, Scene, Schedule, Sensor, SensorState, User
Instance Method Summary collapse
-
#initialize(*args) ⇒ HObject
constructor
A new instance of HObject.
- #to_json(options = {}) ⇒ Object
Constructor Details
#initialize(*args) ⇒ HObject
Returns a new instance of HObject.
2 3 |
# File 'lib/lights/hobject.rb', line 2 def initialize(*args) end |
Instance Method Details
#to_json(options = {}) ⇒ Object
5 6 7 |
# File 'lib/lights/hobject.rb', line 5 def to_json(={}) data.to_json end |