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).
1081 1082 1083 |
# File 'lib/minigl/forms.rb', line 1081 def max_value @max_value end |