Class: NewRelic::Control::ProxyServer

Inherits:
Struct
  • Object
show all
Defined in:
lib/new_relic/control.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



33
34
35
# File 'lib/new_relic/control.rb', line 33

def name
  @name
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



33
34
35
# File 'lib/new_relic/control.rb', line 33

def password
  @password
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



33
34
35
# File 'lib/new_relic/control.rb', line 33

def port
  @port
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



33
34
35
# File 'lib/new_relic/control.rb', line 33

def user
  @user
end