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



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

def immutable_constructor_args
  [path]
end

#provideObject



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

def provide
  id
  self
end