Class: NewRelic::Control::Server
- Inherits:
-
Struct
- Object
- Struct
- NewRelic::Control::Server
- Defined in:
- lib/new_relic/control/server_methods.rb
Overview
Structs holding info for the remote server and proxy server
Instance Attribute Summary collapse
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#name ⇒ Object
Returns the value of attribute name.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Method Summary collapse
Instance Attribute Details
#ip ⇒ Object
Returns the value of attribute ip
5 6 7 |
# File 'lib/new_relic/control/server_methods.rb', line 5 def ip @ip end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/new_relic/control/server_methods.rb', line 5 def name @name end |
#port ⇒ Object
Returns the value of attribute port
5 6 7 |
# File 'lib/new_relic/control/server_methods.rb', line 5 def port @port end |
Instance Method Details
#to_s ⇒ Object
6 |
# File 'lib/new_relic/control/server_methods.rb', line 6 def to_s; "#{name}:#{port}"; end |