Class: NewRelic::Control::ProxyServer
- Defined in:
- lib/new_relic/control.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
50 51 52 |
# File 'lib/new_relic/control.rb', line 50 def name @name end |
#password ⇒ Object
Returns the value of attribute password
50 51 52 |
# File 'lib/new_relic/control.rb', line 50 def password @password end |
#port ⇒ Object
Returns the value of attribute port
50 51 52 |
# File 'lib/new_relic/control.rb', line 50 def port @port end |
#user ⇒ Object
Returns the value of attribute user
50 51 52 |
# File 'lib/new_relic/control.rb', line 50 def user @user end |