Class: RhoPackages::HttpRepo

Inherits:
Repo show all
Defined in:
lib/build/rho_packages.rb

Instance Method Summary collapse

Methods inherited from Repo

#install

Constructor Details

#initialize(root_dir, repo_url) ⇒ HttpRepo

Returns a new instance of HttpRepo.



129
130
131
132
# File 'lib/build/rho_packages.rb', line 129

def initialize(root_dir, repo_url)
  super(root_dir)
  @repo_url = repo_url
end