Method: MiniGL::DropDownList#value

Defined in:
lib/minigl/forms.rb

#valueObject

The selected value in the drop-down list. This is one of the options.



1233
1234
1235
# File 'lib/minigl/forms.rb', line 1233

def value
  @value
end