Class: DockerRailsProxy::DataBags
- 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
Defined Under Namespace
Constant Summary collapse
- EXCLUDE =
%w[.summary *.swp *.DS_Store].freeze
Constants included from Callbacks
Callbacks::INHERITABLE_CALLBACKS, Callbacks::UNINHERITABLE_CALLBACKS
Instance Attribute Summary collapse
-
#local_summary ⇒ Object
Returns the value of attribute local_summary.
-
#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
#local_summary ⇒ Object
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 |
#options ⇒ Object
Returns the value of attribute options.
8 9 10 |
# File 'lib/docker_rails_proxy/commands/data_bags.rb', line 8 def @options end |