Class: DockerRailsProxy::Spring
- Inherits:
-
DockerMainApp
- Object
- Base
- Docker
- DockerMainApp
- DockerRailsProxy::Spring
- Defined in:
- lib/docker_rails_proxy/commands/spring.rb
Constant Summary
Constants included from Callbacks
Callbacks::INHERITABLE_CALLBACKS, Callbacks::UNINHERITABLE_CALLBACKS
Instance Attribute Summary
Attributes inherited from Docker
#app_container_id, #docker_options
Attributes inherited from Base
#additional_arguments, #additional_arguments_options, #arguments
Instance Method Summary collapse
Methods inherited from Base
build_path, call, command, execute, #initialize
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 Method Details
#process ⇒ Object
3 4 5 6 |
# File 'lib/docker_rails_proxy/commands/spring.rb', line 3 def process command, *args = arguments execute "bin/spring #{command} #{args.join(' ')}" end |