Class: RJGit::RJGitUploadPack
Instance Attribute Summary
Attributes inherited from RJGitPack
#bidirectional, #jpack, #jrepo
Instance Method Summary collapse
-
#initialize(repository, bidirectional = false) ⇒ RJGitUploadPack
constructor
A new instance of RJGitUploadPack.
Methods inherited from RJGitPack
Constructor Details
#initialize(repository, bidirectional = false) ⇒ RJGitUploadPack
Returns a new instance of RJGitUploadPack.
57 58 59 60 61 |
# File 'lib/transport.rb', line 57 def initialize(repository, bidirectional = false) super @jpack = UploadPack.new(@jrepo) @action = :upload end |