Class: Huebot::Program::Transition

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

Instance Attribute Summary collapse

Instance Attribute Details

#devicesObject

Returns the value of attribute devices

Returns:

  • (Object)

    the current value of devices



3
4
5
# File 'lib/huebot/program.rb', line 3

def devices
  @devices
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



3
4
5
# File 'lib/huebot/program.rb', line 3

def state
  @state
end

#waitObject

Returns the value of attribute wait

Returns:

  • (Object)

    the current value of wait



3
4
5
# File 'lib/huebot/program.rb', line 3

def wait
  @wait
end