Sha256: b1eaf5c39ce0bd21c0098aee94de80656d7fd9d735b6e5d7e87f574f5a772160
Contents?: true
Size: 339 Bytes
Versions: 4
Compression:
Stored size: 339 Bytes
Contents
class Eye::Dsl::ChildProcessOpts < Eye::Dsl::Opts def allow_options [:stop_command, :restart_command, :childs_update_period, :stop_signals, :stop_grace, :stop_timeout, :restart_timeout] end def triggers(*args) raise Eye::Dsl::Error, 'triggers does not allowed in monitor_children' end alias trigger triggers end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
reel-eye-0.5.1 | lib/eye/dsl/child_process_opts.rb |
eye-0.5.1 | lib/eye/dsl/child_process_opts.rb |
reel-eye-0.5 | lib/eye/dsl/child_process_opts.rb |
eye-0.5 | lib/eye/dsl/child_process_opts.rb |