Method: OodCore::Cluster#batch_connect_template
- Defined in:
- lib/ood_core/cluster.rb
#batch_connect_template(context = {}) ⇒ BatchConnect::Template
Build a batch connect template from the respective configuration
130 131 132 133 |
# File 'lib/ood_core/cluster.rb', line 130 def batch_connect_template(context = {}) context = context.to_h.symbolize_keys BatchConnect::Factory.build batch_connect_config(context[:template] || :basic).merge(context) end |