Class: Indocker::Networks::NetworkHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/indocker/networks/network_helper.rb

Class Method Summary collapse

Class Method Details

.name(configuration_name, network) ⇒ Object



3
4
5
# File 'lib/indocker/networks/network_helper.rb', line 3

def name(configuration_name, network)
  "#{configuration_name}_#{network.name}"
end