Class: Huebot::Light::Input

Inherits:
Struct
  • Object
show all
Defined in:
lib/huebot/light.rb

Overview

Struct for specifying a Light input (id or name)

Instance Attribute Summary collapse

Instance Attribute Details

#valInteger|String

id or name

Returns:

  • (Integer|String)

    the current value of val



8
9
10
# File 'lib/huebot/light.rb', line 8

def val
  @val
end