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
-
#initialize(dapp) ⇒ Own
constructor
A new instance of Own.
Methods inherited from Local
#get_ruby2go_state_hash, #lookup_commit, #ruby2go_method
Methods inherited from Base
#commit_exists?, #empty?, #exclude_paths, #find_commit_id_by_message, #get_ruby2go_state_hash, #head_branch_name, #head_commit, #latest_branch_commit, #lookup_commit, #lookup_object, #remote_origin_url, #set_ruby2go_state_hash
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 |