Method: Sunshine::Daemon.binder_methods
- Defined in:
- lib/sunshine/daemon.rb
.binder_methods ⇒ Object
Returns an array of method names to assign to the binder for template rendering.
23 24 25 |
# File 'lib/sunshine/daemon.rb', line 23 def self.binder_methods [:app, :name, :bin, :pid, :processes, :config_path, :log_file, :timeout] end |