Module: RubySupervisor::ProcessLogsAPI
- Included in:
- ProcessProxy
- Defined in:
- lib/ruby-supervisor/api/process_logs.rb
Instance Method Summary collapse
Instance Method Details
#logs ⇒ Object
6 7 8 |
# File 'lib/ruby-supervisor/api/process_logs.rb', line 6 def logs ProcessLogsProxy.new(@xmlrpc_client, @name) end |