Method: MiniGL::ProgressBar#max_value
- Defined in:
- lib/minigl/forms.rb
#max_value ⇒ Object (readonly)
The maximum value for this progress bar (when the current value equals the maximum, the bar is full).
1053 1054 1055 |
# File 'lib/minigl/forms.rb', line 1053 def max_value @max_value end |