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?, #to_f, #to_i

Constructor Details

This class inherits a constructor from Compendium::ParamWithChoices

Instance Method Details

Returns:

  • (Boolean)


107
108
109
# File 'lib/compendium/param_types.rb', line 107

def dropdown?
  true
end