Method: Fusuma::Plugin::Base#config_param_types
- Defined in:
- lib/fusuma/plugin/base.rb
#config_param_types ⇒ Hash
config parameter name and Type of the value of parameter
30 31 32 |
# File 'lib/fusuma/plugin/base.rb', line 30 def config_param_types raise NotImplementedError, "override #{self.class.name}##{__method__}" end |