Class: RJGit::RJGitReceivePack
Instance Attribute Summary
Attributes inherited from RJGitPack
#bidirectional, #jpack, #jrepo
Instance Method Summary collapse
-
#initialize(repository, bidirectional = false) ⇒ RJGitReceivePack
constructor
A new instance of RJGitReceivePack.
Methods inherited from RJGitPack
Constructor Details
#initialize(repository, bidirectional = false) ⇒ RJGitReceivePack
Returns a new instance of RJGitReceivePack.
47 48 49 50 51 |
# File 'lib/transport.rb', line 47 def initialize(repository, bidirectional = false) super @jpack = ReceivePack.new(@jrepo) @action = :receive end |