Class: Bosh::Template::Test::ReleaseDir

Inherits:
Object
  • Object
show all
Defined in:
lib/bosh/template/test/release_dir.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ ReleaseDir

Returns a new instance of ReleaseDir.



3
4
5
# File 'lib/bosh/template/test/release_dir.rb', line 3

def initialize(path)
  @path = path
end

Instance Method Details

#job(name) ⇒ Object



7
8
9
# File 'lib/bosh/template/test/release_dir.rb', line 7

def job(name)
  Bosh::Template::Test::Job.new(@path, name)
end