Method: MiniGL::ProgressBar#max_value

Defined in:
lib/minigl/forms.rb

#max_valueObject (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