Class: NewRelic::Control::ProxyServer
- Inherits:
-
Struct
- Object
- Struct
- NewRelic::Control::ProxyServer
- Defined in:
- lib/new_relic/control/server_methods.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/new_relic/control/server_methods.rb', line 9 def name @name end |
#password ⇒ Object
Returns the value of attribute password
9 10 11 |
# File 'lib/new_relic/control/server_methods.rb', line 9 def password @password end |
#port ⇒ Object
Returns the value of attribute port
9 10 11 |
# File 'lib/new_relic/control/server_methods.rb', line 9 def port @port end |
#user ⇒ Object
Returns the value of attribute user
9 10 11 |
# File 'lib/new_relic/control/server_methods.rb', line 9 def user @user end |