Class: EacLauncher::Stereotypes::GitSubrepo::Warp
- Inherits:
-
Paths::Real
- Object
- String
- Paths::Real
- EacLauncher::Stereotypes::GitSubrepo::Warp
- Includes:
- Git::SubWarpBase, EacRubyUtils::SimpleCache
- Defined in:
- lib/eac_launcher/stereotypes/git_subrepo/warp.rb
Instance Attribute Summary collapse
-
#instance ⇒ Object
readonly
Returns the value of attribute instance.
Instance Method Summary collapse
-
#initialize(instance) ⇒ Warp
constructor
A new instance of Warp.
Methods inherited from Paths::Real
#basename, #dirname, #find_file_with_extension, #find_files_with_extension, #subpath
Constructor Details
#initialize(instance) ⇒ Warp
18 19 20 21 22 23 24 25 26 |
# File 'lib/eac_launcher/stereotypes/git_subrepo/warp.rb', line 18 def initialize(instance) @instance = instance check_parent init_aux push_to_aux reset assert_target_remote super(warped_git) end |
Instance Attribute Details
#instance ⇒ Object (readonly)
Returns the value of attribute instance.
16 17 18 |
# File 'lib/eac_launcher/stereotypes/git_subrepo/warp.rb', line 16 def instance @instance end |