Class: Indocker::Volumes::VolumeHelper
- Inherits:
-
Object
- Object
- Indocker::Volumes::VolumeHelper
- Defined in:
- lib/indocker/volumes/volume_helper.rb
Class Method Summary collapse
Class Method Details
.name(configuration_name, volume) ⇒ Object
3 4 5 |
# File 'lib/indocker/volumes/volume_helper.rb', line 3 def name(configuration_name, volume) "#{configuration_name}_#{volume.name}" end |