module Construi::Config::Volumes
Public Instance Methods
volumes()
click to toggle source
# File lib/construi/config.rb, line 97 def volumes with_parent([], &:volumes).concat get(:volumes, []) end
volumes_from()
click to toggle source
# File lib/construi/config.rb, line 101 def volumes_from with_parent([], &:volumes_from).concat get(:volumes_from, []) end