Class: Dapp::Dimg::GitRepo::Own
- Defined in:
- lib/dapp/dimg/git_repo/own.rb
Instance Attribute Summary
Attributes inherited from Local
Attributes inherited from Base
Instance Method Summary collapse
- #exclude_paths ⇒ Object
-
#initialize(dapp) ⇒ Own
constructor
A new instance of Own.
Methods inherited from Local
#diff, #ignore_patch?, #latest_commit, #lookup_commit, #nested_git_directories_patches, #nested_git_repository_mode?, #submodules_params, #workdir_path
Methods inherited from Base
#branch, #commit_exists?, #diff, #entries, #find_commit_id_by_message, #ignore_patch?, #latest_commit, #lookup_commit, #lookup_object, #nested_git_directories_patches, #patches, #remote_branches, #remote_origin_url, #remote_origin_url_protocol, #submodule_url, #submodules_params, #submodules_params_base, #tags, #walker
Methods included from Helper::Trivia
#check_path?, #check_subpath?, #class_to_lowercase, class_to_lowercase, #delete_file, #ignore_path?, #ignore_path_base, #kwargs, #make_path, #path_checker, #search_file_upward
Constructor Details
#initialize(dapp) ⇒ Own
Returns a new instance of Own.
5 6 7 |
# File 'lib/dapp/dimg/git_repo/own.rb', line 5 def initialize(dapp) super(dapp, 'own', dapp.path.to_s) end |
Instance Method Details
#exclude_paths ⇒ Object
9 10 11 |
# File 'lib/dapp/dimg/git_repo/own.rb', line 9 def exclude_paths dapp.local_git_artifact_exclude_paths end |