Method: MiniGL::DropDownList#options

Defined in:
lib/minigl/forms.rb

#optionsObject

An array containing all the options (each of them Strings) that can be selected in the drop-down list.



1272
1273
1274
# File 'lib/minigl/forms.rb', line 1272

def options
  @options
end