Class: RhoPackages::HttpRepo
Instance Method Summary collapse
-
#initialize(root_dir, repo_url) ⇒ HttpRepo
constructor
A new instance of HttpRepo.
Methods inherited from Repo
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 |