Class: DockerRailsProxy::DataBags

Inherits:
AwsCli show all
Defined in:
lib/docker_rails_proxy/commands/data_bags.rb,
lib/docker_rails_proxy/commands/data_bags/pull.rb,
lib/docker_rails_proxy/commands/data_bags/push.rb

Direct Known Subclasses

Pull, Push

Defined Under Namespace

Classes: Pull, Push

Constant Summary collapse

EXCLUDE =
%w[.summary *.swp *.DS_Store].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

#local_summaryObject

Returns the value of attribute local_summary.



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

def local_summary
  @local_summary
end

#optionsObject

Returns the value of attribute options.



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

def options
  @options
end