Class: Indocker::Artifacts::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/indocker/artifacts/base.rb

Direct Known Subclasses

Git, Remote

Instance Method Summary collapse

Instance Method Details

#build_source_path(*args) ⇒ Object

Raises:

  • (StandardError)


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

Returns:

  • (Boolean)


6
7
8
# File 'lib/indocker/artifacts/base.rb', line 6

def is_git?
  false
end