Method: MiniGL::ProgressBar#value
- Defined in:
- lib/minigl/forms.rb
#value ⇒ Object
The current value of the progress bar (an integer greater than or equal to zero, and less than or equal to max_value).
1085 1086 1087 |
# File 'lib/minigl/forms.rb', line 1085 def value @value end |