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.



1279
1280
1281
# File 'lib/minigl/forms.rb', line 1279

def value
  @value
end