Method: CORL::Plugin::Network#create_builder

Defined in:
lib/core/plugin/network.rb

#create_builder(name, provider, options = {}) ⇒ Object




238
239
240
# File 'lib/core/plugin/network.rb', line 238

def create_builder(name, provider, options = {})
  CORL.create_plugin(:CORL, :builder, provider, extended_config(name, options).import({ :meta => { :parent => myself }}))
end