Class: Compendium::DropdownParam

Inherits:
ParamWithChoices show all
Defined in:
lib/compendium/param_types.rb

Instance Method Summary collapse

Methods inherited from ParamWithChoices

#initialize, #value

Methods inherited from Param

#==, #boolean?, #date?, #nil?, #radio?, #scalar?

Constructor Details

This class inherits a constructor from Compendium::ParamWithChoices

Instance Method Details

Returns:

  • (Boolean)


99
100
101
# File 'lib/compendium/param_types.rb', line 99

def dropdown?
  true
end