Class: Avm::Git::LauncherStereotypes::GitSubrepo::Warp

Inherits:
Launcher::Paths::Real
  • Object
show all
Includes:
Avm::Git::Launcher::SubWarpBase, EacRubyUtils::SimpleCache
Defined in:
lib/avm/git/launcher_stereotypes/git_subrepo/warp.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instance) ⇒ Warp

Returns a new instance of Warp.



13
14
15
16
17
18
19
20
21
# File 'lib/avm/git/launcher_stereotypes/git_subrepo/warp.rb', line 13

def initialize(instance)
  @instance = instance
  check_parent
  init_aux
  push_to_aux
  reset
  assert_target_remote
  super(warped_git)
end

Instance Attribute Details

#instanceObject (readonly)

Returns the value of attribute instance.



11
12
13
# File 'lib/avm/git/launcher_stereotypes/git_subrepo/warp.rb', line 11

def instance
  @instance
end