Class: NewRelic::Control::ProxyServer

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/new_relic/control/server_methods.rb', line 9

def name
  @name
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



9
10
11
# File 'lib/new_relic/control/server_methods.rb', line 9

def password
  @password
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



9
10
11
# File 'lib/new_relic/control/server_methods.rb', line 9

def port
  @port
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



9
10
11
# File 'lib/new_relic/control/server_methods.rb', line 9

def user
  @user
end