Class: LIFX::LAN::Light::MessageTimeout
- Inherits:
-
Timeout::Error
- Object
- Timeout::Error
- LIFX::LAN::Light::MessageTimeout
- Defined in:
- lib/lifx/lan/light.rb
Overview
An exception for when synchronous messages take too long to receive a response
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
389 390 391 |
# File 'lib/lifx/lan/light.rb', line 389 def device @device end |