Method: MiniGL::ProgressBar#value

Defined in:
lib/minigl/forms.rb

#valueObject

The current value of the progress bar (an integer greater than or equal to zero, and less than or equal to max_value).



1057
1058
1059
# File 'lib/minigl/forms.rb', line 1057

def value
  @value
end