Class: Huebot::Program::AST::TimerLoop

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

Instance Attribute Summary collapse

Instance Attribute Details

#hoursObject

Returns the value of attribute hours

Returns:

  • (Object)

    the current value of hours



25
26
27
# File 'lib/huebot/program.rb', line 25

def hours
  @hours
end

#minutesObject

Returns the value of attribute minutes

Returns:

  • (Object)

    the current value of minutes



25
26
27
# File 'lib/huebot/program.rb', line 25

def minutes
  @minutes
end

#pauseObject

Returns the value of attribute pause

Returns:

  • (Object)

    the current value of pause



25
26
27
# File 'lib/huebot/program.rb', line 25

def pause
  @pause
end