Method: RepoTools::Puller#initialize

Defined in:
lib/repo_tools/puller.rb

#initialize(ssh_clone_url, project_root, environment) ⇒ Puller

Returns a new instance of Puller.



5
6
7
8
9
# File 'lib/repo_tools/puller.rb', line 5

def initialize(ssh_clone_url, project_root, environment)
  @ssh_clone_url = ssh_clone_url
  @project_root = project_root
  @environment = environment
end