Class: DockerRailsProxy::Stack
- Defined in:
- lib/docker_rails_proxy/commands/stack.rb,
lib/docker_rails_proxy/commands/stack/create.rb,
lib/docker_rails_proxy/commands/stack/destroy.rb
Defined Under Namespace
Constant Summary collapse
- RUNNING_STATUSES =
%w[CREATE_COMPLETE UPDATE_COMPLETE].freeze
Constants included from Callbacks
Callbacks::INHERITABLE_CALLBACKS, Callbacks::UNINHERITABLE_CALLBACKS
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Attributes inherited from Base
#additional_arguments, #additional_arguments_options, #arguments
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
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
8 9 10 |
# File 'lib/docker_rails_proxy/commands/stack.rb', line 8 def @options end |