Class: Huebot::Program::AST::RandomNum

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

Instance Attribute Summary collapse

Instance Attribute Details

#maxObject

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



30
31
32
# File 'lib/huebot/program.rb', line 30

def max
  @max
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



30
31
32
# File 'lib/huebot/program.rb', line 30

def min
  @min
end