Class: Huebot::Program::AST::RandomNum
- Inherits:
-
Struct
- Object
- Struct
- Huebot::Program::AST::RandomNum
- Defined in:
- lib/huebot/program.rb
Instance Attribute Summary collapse
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
Instance Attribute Details
#max ⇒ Object
Returns the value of attribute max
30 31 32 |
# File 'lib/huebot/program.rb', line 30 def max @max end |
#min ⇒ Object
Returns the value of attribute min
30 31 32 |
# File 'lib/huebot/program.rb', line 30 def min @min end |