Class: DockerRailsProxy::Docker
Direct Known Subclasses
Constant Summary
Constants included from Callbacks
Callbacks::INHERITABLE_CALLBACKS, Callbacks::UNINHERITABLE_CALLBACKS
Class Attribute Summary collapse
-
.kubernetes_running ⇒ Object
Returns the value of attribute kubernetes_running.
-
.vm_provisioner ⇒ Object
Returns the value of attribute vm_provisioner.
Instance Attribute Summary collapse
-
#app_container_id ⇒ Object
Returns the value of attribute app_container_id.
Attributes inherited from Base
Method Summary
Methods inherited from Base
build_path, call, command, execute, #initialize, #process
Methods included from Logger
Methods included from Rsync
Methods included from Callbacks
Methods included from InheritableAttributes
Constructor Details
This class inherits a constructor from DockerRailsProxy::Base
Class Attribute Details
.kubernetes_running ⇒ Object
Returns the value of attribute kubernetes_running.
129 130 131 |
# File 'lib/docker_rails_proxy.rb', line 129 def kubernetes_running @kubernetes_running end |
.vm_provisioner ⇒ Object
Returns the value of attribute vm_provisioner.
129 130 131 |
# File 'lib/docker_rails_proxy.rb', line 129 def vm_provisioner @vm_provisioner end |
Instance Attribute Details
#app_container_id ⇒ Object
Returns the value of attribute app_container_id.
132 133 134 |
# File 'lib/docker_rails_proxy.rb', line 132 def app_container_id @app_container_id end |