Class: YleTfPlugins::Backends::File::Config

Inherits:
YleTf::BackendConfig show all
Defined in:
lib/yle_tf_plugins/backends/file/config.rb

Constant Summary

Constants inherited from YleTf::BackendConfig

YleTf::BackendConfig::BACKEND_CONFIG_FILE

Instance Attribute Summary

Attributes inherited from YleTf::BackendConfig

#config, #type

Instance Method Summary collapse

Methods inherited from YleTf::BackendConfig

#initialize, #to_h

Constructor Details

This class inherits a constructor from YleTf::BackendConfig

Instance Method Details

#cli_argsObject



11
12
13
# File 'lib/yle_tf_plugins/backends/file/config.rb', line 11

def cli_args
  nil
end

#generate_configObject



7
8
9
# File 'lib/yle_tf_plugins/backends/file/config.rb', line 7

def generate_config
  yield if block_given?
end