Class: DockerRailsProxy::Stack

Inherits:
AwsCli show all
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

Direct Known Subclasses

Create, Destroy

Defined Under Namespace

Classes: Create, Destroy

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

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

included, #logger

Methods included from Rsync

included, #sync

Methods included from Callbacks

included

Methods included from InheritableAttributes

included

Constructor Details

This class inherits a constructor from DockerRailsProxy::Base

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



8
9
10
# File 'lib/docker_rails_proxy/commands/stack.rb', line 8

def options
  @options
end