Module: NewRelic::Control::ServerMethods
- Included in:
- NewRelic::Control
- Defined in:
- lib/new_relic/control/server_methods.rb
Overview
Contains methods that deal with connecting to the server
Instance Method Summary collapse
Instance Method Details
#server ⇒ Object
14 15 16 |
# File 'lib/new_relic/control/server_methods.rb', line 14 def server @remote_server ||= server_from_host(nil) end |