Class: Huebot::Program::ParallelTransition

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

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children



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

def children
  @children
end

#waitObject

Returns the value of attribute wait



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

def wait
  @wait
end