Class: Indocker::DockerDirectives::Workdir
- Inherits:
-
Base
- Object
- Indocker::Directives::Base
- Base
- Indocker::DockerDirectives::Workdir
- Defined in:
- lib/indocker/directives/docker_directives/workdir.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from Indocker::Directives::Base
#build_directive?, #container_directive?, #partial?, #prepare_directive?
Constructor Details
This class inherits a constructor from Indocker::DockerDirectives::Base
Instance Method Details
#type ⇒ Object
2 3 4 |
# File 'lib/indocker/directives/docker_directives/workdir.rb', line 2 def type 'WORKDIR' end |