Class: Indocker::Artifacts::Base
- Inherits:
-
Object
- Object
- Indocker::Artifacts::Base
- Defined in:
- lib/indocker/artifacts/base.rb
Instance Method Summary collapse
Instance Method Details
#build_source_path(*args) ⇒ Object
2 3 4 |
# File 'lib/indocker/artifacts/base.rb', line 2 def build_source_path(*args) raise StandardError.new('not implemented') end |
#is_git? ⇒ Boolean
6 7 8 |
# File 'lib/indocker/artifacts/base.rb', line 6 def is_git? false end |