Class: EacDocker::Images::Coded

Inherits:
Base
  • Object
show all
Defined in:
lib/eac_docker/images/coded.rb

Instance Method Summary collapse

Methods inherited from Base

#container

Instance Method Details

#immutable_constructor_argsObject



18
19
20
# File 'lib/eac_docker/images/coded.rb', line 18

def immutable_constructor_args
  [path]
end

#provideObject



22
23
24
25
# File 'lib/eac_docker/images/coded.rb', line 22

def provide
  id
  self
end