Method: Cloudmunda::Worker::ClassMethods#runs_in_development
- Defined in:
- lib/cloudmunda/cli/worker.rb
#runs_in_development(runs_in_development) ⇒ Boolean
Sets if this service task runs in development mode or not.
165 166 167 |
# File 'lib/cloudmunda/cli/worker.rb', line 165 def runs_in_development(runs_in_development) @runs_in_development = runs_in_development end |